.. |
builtin.cpp
|
Factored JNIEXPORT into one place. Adopted the visbility attribute that
|
2007-11-01 14:00:22 -06:00 |
common.h
|
Got strip working for Mac OS X
|
2007-11-01 14:37:51 -06:00 |
compile.cpp
|
move fixed object (mark and sweep) support into heap.cpp and refine algorithms for determining when and how much to GC
|
2007-10-28 13:14:53 -06:00 |
compile.S
|
move bitmap helper functions to common.h; preserve callee-saved registers in vmInvoke()
|
2007-10-11 20:52:16 -06:00 |
constants.h
|
JNIEnv and JavaVM method implementations
|
2007-09-10 17:33:58 -06:00 |
finder.cpp
|
support classloading from jar files compiled into the executable
|
2007-10-25 16:06:05 -06:00 |
finder.h
|
sketch of JAR support in Finder
|
2007-09-16 18:13:36 -06:00 |
heap.cpp
|
never call wasCollected() on a fixed object, since it will give a random result
|
2007-10-29 16:12:16 -06:00 |
heap.h
|
move fixed object (mark and sweep) support into heap.cpp and refine algorithms for determining when and how much to GC
|
2007-10-28 13:14:53 -06:00 |
interpret.cpp
|
if we can't resolve a bootstrap class in isAssignableFrom(), we swallow the exception and return false
|
2007-11-05 09:08:08 -07:00 |
jnienv.cpp
|
snapshot
|
2007-11-05 07:28:46 -07:00 |
jnienv.h
|
JNIEnv and JavaVM method implementations
|
2007-09-10 17:33:58 -06:00 |
machine.cpp
|
if we can't resolve a bootstrap class in isAssignableFrom(), we swallow the exception and return false
|
2007-11-05 09:08:08 -07:00 |
machine.h
|
preserve vm flags of bootstrap class (except for BootstrapFlag) in updateBootstrapClass()
|
2007-11-05 08:39:48 -07:00 |
main.cpp
|
implement fixed object support
|
2007-10-27 19:54:30 -06:00 |
posix.cpp
|
fix use of uninitialized values in JarElement; use system-specific path separator in finder
|
2007-10-24 09:46:09 -06:00 |
process.h
|
snapshot
|
2007-11-05 07:28:46 -07:00 |
processor.h
|
initial sketch of singleton support
|
2007-11-02 08:15:06 -06:00 |
stream.h
|
implement floating point instructions
|
2007-08-13 08:06:31 -06:00 |
system.h
|
fix use of uninitialized values in JarElement; use system-specific path separator in finder
|
2007-10-24 09:46:09 -06:00 |
type-generator.cpp
|
if we can't resolve a bootstrap class in isAssignableFrom(), we swallow the exception and return false
|
2007-11-05 09:08:08 -07:00 |
types.def
|
clean up bootstrap type generation to eliminate redundancy (broken)
|
2007-11-04 14:15:28 -07:00 |
types.h
|
more JNI work
|
2007-06-28 20:58:48 -06:00 |
windows.cpp
|
more system-specific tweaks for windows port (cont.)
|
2007-10-24 10:27:59 -06:00 |
x86.h
|
more windows port fixes
|
2007-10-24 11:24:19 -06:00 |
x86.S
|
fix JNI invocation for return types of less than 32-bits
|
2007-10-24 17:06:12 -06:00 |
zlib-custom.h
|
Various fixes (mostly making things more strict) to get the code to
|
2007-09-19 10:22:19 -06:00 |