.. |
allocator.h
|
remove context argument from Allocator::tryAllocate and Allocator::allocate, since we aren't using it after all
|
2008-01-14 16:37:24 -07:00 |
builtin.cpp
|
permit state transitions from idle to exclusive
|
2008-01-17 18:47:32 -07:00 |
common.h
|
move some generally useful bitset functions from heap.cpp to common.h
|
2008-01-06 12:21:38 -07:00 |
compile.cpp
|
when invoking Java methods from native code on 32-bit systems, push 32-bit halves of 64-bit values in reverse order since they are reversed again when pushed on the stack
|
2008-01-15 18:01:11 -07:00 |
compile.S
|
fix up access violation handling on windows; refactor posix segv handling to match API change needed for windows
|
2008-01-01 10:08:47 -07:00 |
compiler.cpp
|
fix register to memory mov1 implementation
|
2008-01-18 15:01:50 -07:00 |
compiler.h
|
remove context argument from Allocator::tryAllocate and Allocator::allocate, since we aren't using it after all
|
2008-01-14 16:37:24 -07:00 |
constants.h
|
JNIEnv and JavaVM method implementations
|
2007-09-10 17:33:58 -06:00 |
finder.cpp
|
refactor memory allocation to allow better detection and handling of low-memory conditions
|
2008-01-13 15:05:08 -07:00 |
finder.h
|
refactor memory allocation to allow better detection and handling of low-memory conditions
|
2008-01-13 15:05:08 -07:00 |
heap.cpp
|
remove context argument from Allocator::tryAllocate and Allocator::allocate, since we aren't using it after all
|
2008-01-14 16:37:24 -07:00 |
heap.h
|
remove context argument from Allocator::tryAllocate and Allocator::allocate, since we aren't using it after all
|
2008-01-14 16:37:24 -07:00 |
interpret.cpp
|
fix marshalling return values when calling java methods from native code
|
2008-01-17 12:55:05 -07:00 |
jnienv.cpp
|
don't include embedded boot classpath in libvm.a, only the executable
|
2008-01-18 17:54:36 -07:00 |
jnienv.h
|
JNIEnv and JavaVM method implementations
|
2007-09-10 17:33:58 -06:00 |
machine.cpp
|
fix subtle bug in hashMapInsert which caused us to update the old array previously associated with the hash map, whereas a GC causes the table to be resized when a weak reference is removed and thus a new array used
|
2008-01-19 13:12:16 -07:00 |
machine.h
|
fix subtle bug in hashMapInsert which caused us to update the old array previously associated with the hash map, whereas a GC causes the table to be resized when a weak reference is removed and thus a new array used
|
2008-01-19 13:12:16 -07:00 |
main.cpp
|
don't include embedded boot classpath in libvm.a, only the executable
|
2008-01-18 17:54:36 -07:00 |
posix.cpp
|
another attempt to whip Monitor::wait into shape
|
2008-01-16 15:17:28 -07:00 |
process.h
|
flesh out call tracing in new JIT code
|
2007-11-26 16:15:53 -07:00 |
processor.h
|
refactor memory allocation to allow better detection and handling of low-memory conditions
|
2008-01-13 15:05:08 -07:00 |
stream.h
|
finish support for inline vtables in class objects; convert constant pools from arrays to singletons to reduce memory footprint
|
2007-11-05 14:40:17 -07:00 |
system.h
|
refactor memory allocation to allow better detection and handling of low-memory conditions
|
2008-01-13 15:05:08 -07:00 |
type-generator.cpp
|
mark classes containing object array fields as needing an object mask in type-generator.cpp
|
2007-12-07 10:05:10 -07:00 |
types.def
|
more JIT progress
|
2007-12-10 17:48:09 -07:00 |
types.h
|
more JNI work
|
2007-06-28 20:58:48 -06:00 |
util.cpp
|
fix subtle bug in hashMapInsert which caused us to update the old array previously associated with the hash map, whereas a GC causes the table to be resized when a weak reference is removed and thus a new array used
|
2008-01-19 13:12:16 -07:00 |
util.h
|
more JIT progress
|
2007-12-10 17:48:09 -07:00 |
vector.h
|
remove context argument from Allocator::tryAllocate and Allocator::allocate, since we aren't using it after all
|
2008-01-14 16:37:24 -07:00 |
windows.cpp
|
another attempt to whip Monitor::wait into shape
|
2008-01-16 15:17:28 -07:00 |
x86.h
|
fix up access violation handling on windows; refactor posix segv handling to match API change needed for windows
|
2008-01-01 10:08:47 -07:00 |
x86.S
|
fix up access violation handling on windows; refactor posix segv handling to match API change needed for windows
|
2008-01-01 10:08:47 -07:00 |
zlib-custom.h
|
Various fixes (mostly making things more strict) to get the code to
|
2007-09-19 10:22:19 -06:00 |
zone.h
|
remove context argument from Allocator::tryAllocate and Allocator::allocate, since we aren't using it after all
|
2008-01-14 16:37:24 -07:00 |