Joel Dice
|
86704591e7
|
Throwable.initCause should return 'this'
|
2008-01-03 10:08:33 -07:00 |
|
Joel Dice
|
be5600d79d
|
fix Integer.toHexString to treat its argument as unsigned
|
2007-12-26 12:17:52 -07:00 |
|
Joel Dice
|
f116225933
|
fix 64-bit arithmetic support on x86-32
|
2007-12-22 17:00:35 -07:00 |
|
Joel Dice
|
a867e4d587
|
snapshot
|
2007-12-21 17:26:55 -07:00 |
|
Eric Scharff
|
5af58548b7
|
Removed unused variable in StringBuilder.
|
2007-12-14 16:16:40 -07:00 |
|
Joel Dice
|
216224dcc4
|
fix length tracking bugs in StringBuilder
|
2007-12-13 09:19:58 -07:00 |
|
James Sanders
|
3f8a370ba8
|
Implemented Runtime.exec, Process.waitFor and Process.exitValue for non-windows
|
2007-11-30 16:39:51 -07:00 |
|
James Sanders
|
266c256116
|
Added IllegalThreadStateException, which is used by java.lang.Process
|
2007-11-30 16:11:06 -07:00 |
|
James Sanders
|
8f652ce12d
|
Implemented native Process.exitValue and Process.waitFor on windows
|
2007-11-29 18:01:07 -07:00 |
|
James Sanders
|
b6ad93856d
|
Merge branch 'master' of dice.readytalk.com:/home/dicej/git/vm
|
2007-11-28 17:52:23 -07:00 |
|
James Sanders
|
bf102aa1a8
|
implemented Runtime.exec(String) and Runtime.exec(String[])
|
2007-11-28 17:52:08 -07:00 |
|
Eric Scharff
|
51c198f0f0
|
Implemented java.lang.Math.random() properly (seeding the random number
on first use, and then using the system random number generator)
|
2007-11-28 17:06:04 -07:00 |
|
Joel Dice
|
6fe0c4636f
|
various bugfixes and tweaks in reflection
|
2007-11-20 13:40:07 -07:00 |
|
Joel Dice
|
80f23a5040
|
implement Class.getEnumConstants
|
2007-11-17 11:39:29 -07:00 |
|
Joel Dice
|
69f1024887
|
add missing classpath methods
|
2007-11-14 09:32:36 -07:00 |
|
Joel Dice
|
4611c89dbe
|
add a few classpath methods
|
2007-11-06 17:41:53 -07:00 |
|
Joel Dice
|
94e9bd0fd2
|
clean up bootstrap type generation to eliminate redundancy (broken)
|
2007-11-04 14:15:28 -07:00 |
|
Joel Dice
|
7dfbd87a40
|
bugfixes
|
2007-11-02 15:42:19 -06:00 |
|
Joel Dice
|
e820b6a8a4
|
sketch of singleton support
|
2007-11-02 15:08:14 -06:00 |
|
Joel Dice
|
b71d5104ba
|
snapshot
|
2007-11-01 13:24:09 -06:00 |
|
Joel Dice
|
956106f518
|
implement StringBuilder.delete() more efficiently
|
2007-10-29 15:40:05 -06:00 |
|
Eric Scharff
|
bcd2c75f41
|
Implements String.delete(char oldChar, String newChar), StringBuffer and
StringBuilder delete(int startIndex, int endIndex), and
replace (int startIndex, int endIndex, String replacementString)
|
2007-10-29 15:07:36 -06:00 |
|
Joel Dice
|
75d4a4ff96
|
implement a few classpath methods required by SWT for Win32
|
2007-10-29 14:57:33 -06:00 |
|
Joel Dice
|
09cedfd7cb
|
make Boolean, Byte, Short, etc. implement Comparable
|
2007-10-28 18:51:08 -06:00 |
|
Joel Dice
|
e892f1bff5
|
refactor System.getProperty() to reduce coupling with native code
|
2007-10-26 12:13:21 -06:00 |
|
Eric Scharff
|
a81b77a37e
|
fixes i2f i2d implementation. Fixes image drawing bugs on Mac OS X.
Also fixes a crash caused by implementing StringBuffer.toString(float)
|
2007-10-25 14:26:51 -06:00 |
|
Joel Dice
|
b12b779c7f
|
add support for passing properties to the VM via JNI; use vm.builtins property to specify builtin libraries
|
2007-10-25 12:33:43 -06:00 |
|
Eric Scharff
|
75c51bb5ec
|
Added user.home system property
|
2007-10-11 15:39:21 -06:00 |
|
Eric Scharff
|
db2b7e8fa7
|
Semantics of getChars was incorrect. It should specify a begin
and end index, not a bunch of lengths
|
2007-10-11 10:00:35 -06:00 |
|
Joel Dice
|
e32a335079
|
Merge branch 'master' of dice:git/vm
Conflicts:
src/cdecl.S
|
2007-10-04 17:17:57 -06:00 |
|
Joel Dice
|
404d996c1e
|
snapshot
|
2007-10-03 18:41:54 -06:00 |
|
Eric Scharff
|
7bc85a1247
|
Implemented printing of doubles using snprintf
|
2007-10-02 09:23:49 -06:00 |
|
Eric Scharff
|
243d62a952
|
non-working implementation of float and double.toString()
|
2007-10-02 08:58:35 -06:00 |
|
Eric Scharff
|
43a2cb7cc5
|
Tie up some loose ends, implementing methods that are useful but not yet implemented.
|
2007-09-28 11:38:58 -06:00 |
|
Eric Scharff
|
8a4d3effe0
|
Make String.compare() match the Java specification
|
2007-09-28 11:00:31 -06:00 |
|
Eric Scharff
|
101b0c3b0e
|
Support printing of null references
|
2007-09-27 15:05:55 -06:00 |
|
Joel Dice
|
554dd76495
|
Merge branch 'master' of dice:git/vm
|
2007-09-26 17:23:14 -06:00 |
|
Joel Dice
|
2f3f97d550
|
clean up compile.cpp and support both x86_64 and i386; further refactoring to support JIT
|
2007-09-26 17:23:03 -06:00 |
|
Eric Scharff
|
bb4a7c21c7
|
Implemented a simple but working implementation of the java logging API,
complete with a test class
|
2007-09-26 14:46:21 -06:00 |
|
Eric Scharff
|
a88f7c8473
|
Implemented proper enum toString() behavior and an enum test. it should
work, but it fails with the current build.
|
2007-09-26 12:59:18 -06:00 |
|
Eric Scharff
|
ea307cfdf8
|
Merge branch 'master' of dice.ecovate.com:/home/dicej/git/vm
|
2007-09-26 11:40:14 -06:00 |
|
Eric Scharff
|
c174ce34b6
|
Added several useful classes
|
2007-09-26 11:27:09 -06:00 |
|
Eric Scharff
|
bd6f2913c5
|
Runtime should implement IOException
|
2007-09-26 11:22:23 -06:00 |
|
Eric Scharff
|
219e381def
|
Added Long.valueOf(String)
|
2007-09-26 10:32:02 -06:00 |
|
Eric Scharff
|
09efe501f5
|
Added TODO
|
2007-09-26 09:48:36 -06:00 |
|
Eric Scharff
|
cacb5a6f1e
|
Stub method for Math.random()
|
2007-09-26 09:47:25 -06:00 |
|
Eric Scharff
|
d06d1726c4
|
Added MAX_VALUE
|
2007-09-26 09:46:38 -06:00 |
|
Eric Scharff
|
4ae4221701
|
Integer should implement Comparable<Integer>
|
2007-09-26 08:44:56 -06:00 |
|
Joel Dice
|
1207989f72
|
fix build and runtime bugs introduced in last commit
|
2007-09-26 08:43:40 -06:00 |
|
Joel Dice
|
07102aefad
|
System.setProperty() should return the previous value of the property, if any
|
2007-09-17 08:10:27 -06:00 |
|
Joel Dice
|
bb520e4ef9
|
bugfixes
|
2007-09-13 21:59:39 -06:00 |
|
Joel Dice
|
2ca75d50e6
|
implement a few more classpath methods
|
2007-09-13 21:12:51 -06:00 |
|
Joel Dice
|
5e42158f4b
|
add misc methods to classpath
|
2007-09-13 20:19:44 -06:00 |
|
Joel Dice
|
7cb3a30a91
|
sketch of Runtime.exec() and Calendar; misc bugfixes
|
2007-09-12 18:21:37 -06:00 |
|
Joel Dice
|
182414c6e0
|
sketch out ResourceBundle
|
2007-09-11 20:56:02 -06:00 |
|
Joel Dice
|
cb03240c64
|
quick sketches of various SWT 3.3 dependencies
|
2007-09-11 19:13:05 -06:00 |
|
Joel Dice
|
a4b4f36c5b
|
various classpath updates to help SWT build
|
2007-08-30 17:31:32 -06:00 |
|
Joel Dice
|
b8de552797
|
re-implement System.getProperty to separate vm-specific properties from others
|
2007-08-27 07:46:17 -06:00 |
|
Joel Dice
|
493667a6cc
|
handle negative numbers in Long.parseLong() and improve error detection
|
2007-08-23 20:35:27 -06:00 |
|
Joel Dice
|
e9cafcad37
|
add StringBuilder.append(boolean)
|
2007-08-23 18:20:42 -06:00 |
|
Joel Dice
|
38e2abb818
|
specify class name when throwing CloneNotSupportedException
|
2007-08-22 21:22:44 -06:00 |
|
Joel Dice
|
27c8511c5e
|
bugfixes
|
2007-08-20 18:24:54 -06:00 |
|
Joel Dice
|
e2f3e80bdf
|
heap o' bugfixes
|
2007-08-19 20:57:32 -06:00 |
|
Joel Dice
|
59638543c7
|
various performance tweaks and bugfixes
|
2007-08-19 13:45:51 -06:00 |
|
Joel Dice
|
77136e77cb
|
String.indexOf() should take an int, not a char
|
2007-08-18 15:22:43 -06:00 |
|
Joel Dice
|
aa5e751e69
|
clean up Array.get(), Array.set(), and Method.invoke() implementations
|
2007-08-18 11:53:30 -06:00 |
|
Joel Dice
|
d169e4eadf
|
clean up Field.get() and Field.set() implementations
|
2007-08-18 11:15:03 -06:00 |
|
Joel Dice
|
f22dda0df1
|
bugfixes
|
2007-08-14 19:14:55 -06:00 |
|
Joel Dice
|
71c7013808
|
more bugfixes
|
2007-08-14 07:27:10 -06:00 |
|
Joel Dice
|
ab3ca38580
|
various bugfixes
|
2007-08-13 18:37:00 -06:00 |
|
Joel Dice
|
c20219df19
|
flesh out serialization/deserialization code and fix build
|
2007-08-12 18:50:25 -06:00 |
|
Joel Dice
|
d3931b4853
|
flesh out resource URL scheme implementation
|
2007-08-10 17:45:47 -06:00 |
|
Joel Dice
|
2e9b9fe8d4
|
flesh out URL and friends
|
2007-08-02 19:49:32 -06:00 |
|
Joel Dice
|
1997ea6b8c
|
acquire class lock before running static initializer; wrap exceptions thrown from static initializers in ExceptionInInitializerError instances
|
2007-08-01 17:48:36 -06:00 |
|
Joel Dice
|
6ddb8c839c
|
check identities in String.equals(), etc.
|
2007-08-01 17:46:05 -06:00 |
|
Joel Dice
|
b56eed68be
|
implement Thread.[get|set]ContextClassloader()
|
2007-07-31 18:08:20 -06:00 |
|
Joel Dice
|
38d4ee6e07
|
flesh out ClassLoader, etc.
|
2007-07-30 17:19:05 -06:00 |
|
Joel Dice
|
da692a539f
|
inherit thread locals at thread creation time, not start time
|
2007-07-29 19:27:42 -06:00 |
|
Joel Dice
|
5e336544f5
|
classpath progress
|
2007-07-29 17:38:35 -06:00 |
|
Joel Dice
|
a2bd7d0668
|
GC stress fixes and other bugfixes; classpath progress
|
2007-07-29 17:32:23 -06:00 |
|
Joel Dice
|
51943427ad
|
classpath progress
|
2007-07-28 20:15:45 -06:00 |
|
Joel Dice
|
a9e10d1c7f
|
more classpath progress
|
2007-07-28 19:29:01 -06:00 |
|
Joel Dice
|
c96a4a5b39
|
implement String.intern()
|
2007-07-28 18:02:32 -06:00 |
|
Joel Dice
|
0e373727a2
|
implement Thread.interrupt()
|
2007-07-28 15:28:25 -06:00 |
|
Joel Dice
|
abd9c2bc8d
|
fix primitive class resolution to avoid mistaking normal classes with names like 'B' for primitive classes
|
2007-07-28 10:55:24 -06:00 |
|
Joel Dice
|
41bee5829e
|
misc. bugfixes and tweaks
|
2007-07-28 10:10:13 -06:00 |
|
Joel Dice
|
363801af1c
|
classpath progress
|
2007-07-27 17:56:19 -06:00 |
|
Joel Dice
|
c9f9b039e6
|
classpath progress
|
2007-07-26 20:39:53 -06:00 |
|
Joel Dice
|
7212ba1c30
|
java/io bugfixes and coverage; jni bugfixes; minor refactoring
|
2007-07-26 18:06:05 -06:00 |
|
Joel Dice
|
9ab88ef619
|
a static jni method takes the jclass for that method as its second argument; simplify pad() and divide(), and rename divide() to ceiling(); sketch FileInputStream.cpp and FileOutputStream.cpp
|
2007-07-25 18:48:28 -06:00 |
|
Joel Dice
|
97aaa419b4
|
quick sketch of java/io/*
|
2007-07-24 18:34:45 -06:00 |
|
Joel Dice
|
527f46d53d
|
bugfixes; add NullPointerException.java
|
2007-07-23 21:31:28 -06:00 |
|
Joel Dice
|
823d764998
|
working reflection
|
2007-07-23 21:16:59 -06:00 |
|
Joel Dice
|
5f3bf175e0
|
start work on reflection; bugfixes
|
2007-07-23 19:44:20 -06:00 |
|
Joel Dice
|
472ecb1713
|
flesh out some classpath classes
|
2007-07-22 13:06:21 -06:00 |
|
Joel Dice
|
ecd31a10a4
|
fun with collections
|
2007-07-21 21:47:29 -06:00 |
|
Joel Dice
|
90d60b3459
|
more classpath classes
|
2007-07-21 16:36:51 -06:00 |
|
Joel Dice
|
fd770fd884
|
sketch a few more classpath classes
|
2007-07-21 14:44:39 -06:00 |
|
Joel Dice
|
48226f988c
|
add a bunch of classes to classpath and flesh out a few existing ones
|
2007-07-21 11:50:26 -06:00 |
|
Joel Dice
|
de9213ce30
|
finish java/lang/ref/* support; add wrapper classes for primitives
|
2007-07-19 21:18:25 -06:00 |
|
Joel Dice
|
faf9b63798
|
more work on java/lang/ref/* support
|
2007-07-19 19:07:30 -06:00 |
|
Joel Dice
|
b213ec0ef8
|
sketch of java/lang/ref/*
|
2007-07-19 18:18:47 -06:00 |
|
Joel Dice
|
3121002ffd
|
implement Throwable.resolveTrace(); bugfixes
|
2007-07-14 12:37:04 -06:00 |
|
Joel Dice
|
2df8a60a78
|
support object arrays of various element types and dimensions; clean up weak hash map support
|
2007-07-14 11:31:01 -06:00 |
|
Joel Dice
|
0099aa396b
|
make builtin class type a bootstrap version of java/lang/Class
|
2007-07-12 17:46:08 -06:00 |
|
Joel Dice
|
93748f2df9
|
heap o' bugfixes
|
2007-07-10 19:38:06 -06:00 |
|
Joel Dice
|
a77693fb29
|
snapshot; known bug: finalizers and weak references don't work correctly wrt tenured objects
|
2007-07-07 19:06:32 -06:00 |
|
Joel Dice
|
f71c77298c
|
bugfixes
|
2007-07-07 17:47:35 -06:00 |
|
Joel Dice
|
e5bea7a455
|
progress on thread support
|
2007-07-07 12:09:16 -06:00 |
|
Joel Dice
|
c3320c2c97
|
flesh out classpath enough to test threading; fix indexing bug in parsePool()
|
2007-07-04 16:27:08 -06:00 |
|
Joel Dice
|
b33f0c311d
|
push method frame for native invocations (so we'll see them in stack traces)
|
2007-06-29 20:41:49 -06:00 |
|
Joel Dice
|
b8e009075c
|
stack trace work
|
2007-06-29 20:39:01 -06:00 |
|
Joel Dice
|
c34ee64988
|
classloading bugfixes and stack trace work
|
2007-06-29 19:37:45 -06:00 |
|
Joel Dice
|
e529d60a69
|
hello, world
|
2007-06-29 10:42:39 -06:00 |
|
Joel Dice
|
400b3633d7
|
more JNI work
|
2007-06-24 19:34:07 -06:00 |
|