Joel Dice
|
8d983c8a39
|
refactoring effort to pave the way for JIT compilation
|
2007-09-23 19:39:03 -06:00 |
|
Joel Dice
|
65a3ee4277
|
superficial tweaks
|
2007-09-21 08:16:43 -06:00 |
|
Joel Dice
|
3838cd0e68
|
strip leading slashes from path in JarElement::find()/exists()
|
2007-09-21 08:15:39 -06:00 |
|
Eric Scharff
|
36f1d3206e
|
The proper extension for Mac JNI libraries is .jnilib. Hard-coded constants
have been factored to common locations. Furthermore, the LD_LIBRARY_PATH
environment variable is DYLD_LIBRARY_PATH on Mac OS X.
|
2007-09-20 10:13:41 -06:00 |
|
Joel Dice
|
a688a6f61a
|
use lib%s.dylib to map library names on Darwin
|
2007-09-19 18:37:25 -06:00 |
|
Joel Dice
|
54cabf9240
|
align SP to 16 byte boundary on Darwin in cdecl.S
|
2007-09-19 18:36:35 -06:00 |
|
Joel Dice
|
1d68f87f75
|
remove unnecessary .type declaration from amd64.S
|
2007-09-19 18:12:08 -06:00 |
|
Joel Dice
|
a3ef7f2b94
|
slightly more efficient implementation of pad()
|
2007-09-19 18:11:19 -06:00 |
|
Joel Dice
|
9de7f39ceb
|
Merge branch 'master' of dice:git/vm
|
2007-09-19 17:51:26 -06:00 |
|
Joel Dice
|
28f6f29477
|
eliminate instructions from *.S which restored the stack pointer unnecessarily
|
2007-09-19 17:29:20 -06:00 |
|
Eric Scharff
|
ebdc192f64
|
.type call was unnecessary - now removed
|
2007-09-19 10:35:13 -06:00 |
|
Eric Scharff
|
e5c8cb4e41
|
Reverted the assembly, since the Mac didn't support this anyway
|
2007-09-19 10:27:48 -06:00 |
|
Eric Scharff
|
c9332e4615
|
Mac unsigned argument is different than other platforms
|
2007-09-19 10:26:08 -06:00 |
|
Eric Scharff
|
f430f3f00e
|
Various fixes (mostly making things more strict) to get the code to
compile on Mac OS X
|
2007-09-19 10:22:19 -06:00 |
|
Joel Dice
|
8b17df5b48
|
set verbose constants to false in heap.cpp
|
2007-09-19 08:33:43 -06:00 |
|
Joel Dice
|
cd990969cd
|
fix allocation of large objects in allocate2(); remove references to jscheme and SWT in makefile and test directory
|
2007-09-19 08:16:49 -06:00 |
|
Joel Dice
|
cc84e61561
|
remove builtin.h from interpreter-depends, since it no longer exists
|
2007-09-19 07:48:55 -06:00 |
|
Joel Dice
|
49a3c08cc9
|
use dlopen()/dlsym() to resolve builtin JNI methods
|
2007-09-18 17:30:09 -06:00 |
|
Joel Dice
|
86999df5f2
|
factor Properties and PropertieResourceBundle out of ResourceBundle
|
2007-09-17 16:16:57 -06:00 |
|
Joel Dice
|
b0bb443fa2
|
fix i2l to preserve signedness
|
2007-09-17 16:16:17 -06:00 |
|
Joel Dice
|
1f6c2dbbb1
|
implement Set<Primitive>ArrayRegion()
|
2007-09-17 16:15:42 -06:00 |
|
Joel Dice
|
923c4661e8
|
implement Inflater and InflaterInputStream
|
2007-09-17 16:15:16 -06:00 |
|
Joel Dice
|
8af76b0da6
|
fix several bugs in Finder involving jar file parsing and extraction
|
2007-09-17 08:11:41 -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
|
dc9ae3d269
|
fix interpretation of stat() return value in System::identify()
|
2007-09-17 07:16:55 -06:00 |
|
Joel Dice
|
59d26362fa
|
mark zlib return values as UNUSED to fix fast build
|
2007-09-17 07:16:00 -06:00 |
|
Joel Dice
|
b88438d2fd
|
sketch of JAR support in Finder
|
2007-09-16 18:13:36 -06:00 |
|
Joel Dice
|
aec0c29084
|
fix math bug in parseFieldTable which lead to incorrect objectMasks
|
2007-09-15 11:22:22 -06:00 |
|
Joel Dice
|
912617c4ff
|
gc safety bugfixes
|
2007-09-14 18:32:32 -06:00 |
|
Joel Dice
|
223e6bff0f
|
gc protection bugfix
|
2007-09-14 18:23:32 -06:00 |
|
Joel Dice
|
e76e4ccdf0
|
protect local object variable in multianewarray
|
2007-09-14 17:05:06 -06:00 |
|
Joel Dice
|
619d0daf8d
|
valgrind config tweaks
|
2007-09-14 17:04:08 -06:00 |
|
Joel Dice
|
1f30fa8c72
|
Merge branch 'master' of dice:git/vm
|
2007-09-14 14:34:38 -06:00 |
|
Joel Dice
|
4ade402f1b
|
bugfixes; SWT ControlExample works on x86_32
|
2007-09-14 14:35:37 -06:00 |
|
Joel Dice
|
59e87ddebf
|
Merge branch 'master' of dice:git/vm
|
2007-09-14 08:18:35 -06:00 |
|
Joel Dice
|
fde79e8569
|
makefile tweak for testing two different architectures on the same machine
|
2007-09-14 08:18:33 -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
|
ce97b6eecb
|
implement i2d and i2f
|
2007-09-13 19:42:12 -06:00 |
|
Joel Dice
|
b0926e71fb
|
fix math errors when walking object map in collect()::Client::walk()
|
2007-09-13 16:45:09 -06:00 |
|
Joel Dice
|
a9885252fa
|
add valgrind suppressions
|
2007-09-13 16:43:29 -06:00 |
|
Joel Dice
|
dc34707f98
|
fix Call*Method() calls to wrong run() function
|
2007-09-13 10:43:33 -06:00 |
|
Joel Dice
|
542888a1d3
|
bugfixes
|
2007-09-12 21:15:16 -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
|
132936ba2e
|
fix backwards logic in System::Local assertions
|
2007-09-10 20:13:55 -06:00 |
|
Joel Dice
|
e5987f2a22
|
JNIEnv and JavaVM method implementations
|
2007-09-10 17:33:58 -06:00 |
|
Joel Dice
|
a9f9755221
|
more JNIEnvVTable entries
|
2007-09-07 17:20:21 -06:00 |
|