.. |
binaryToObject
|
Merge remote branch 'origin/arm'
|
2010-11-16 09:56:35 -07:00 |
allocator.h
|
Merge branch 'master' into powerpc
|
2008-11-11 08:21:48 -07:00 |
arch.h
|
fix MSVC build rot
|
2010-04-15 11:11:10 -06:00 |
arm.cpp
|
fix ARM bootimage=true build
|
2010-11-16 02:38:36 +00:00 |
arm.h
|
First version; interpreted mode works and JIT mode compiles.
|
2010-07-12 14:18:36 -06:00 |
arm.S
|
Further debugging of ARM "Hello World!" JIT functionality.
|
2010-08-27 18:52:33 -06:00 |
assembler.h
|
optimize loads of constant values by using PC-relative addressing on ARM
|
2010-11-13 19:42:29 -07:00 |
boot.cpp
|
update copyright years
|
2009-12-02 19:08:29 -07:00 |
bootimage.cpp
|
reduce CodeCapacity value to 16MB in bootimage.cpp
|
2010-06-25 21:54:01 -06:00 |
bootimage.h
|
fix Thread.getStackTrace race conditions
|
2010-06-15 19:10:48 -06:00 |
builtin.cpp
|
do nothing in System.arraycopy if length <= 0
|
2010-07-13 18:40:29 -06:00 |
common.h
|
update copyright years
|
2009-12-02 19:08:29 -07:00 |
compile-arm.S
|
fix non-continuations ARM build
|
2010-11-09 02:13:23 +00:00 |
compile-powerpc.S
|
update PowerPC assembly Thread field offsets
|
2010-06-24 19:35:07 -06:00 |
compile-x86.S
|
update assembly code field offsets to reflect new Thread field declaration
|
2010-06-24 19:12:15 -06:00 |
compile.cpp
|
optimize loads of constant values by using PC-relative addressing on ARM
|
2010-11-13 19:42:29 -07:00 |
compiler.cpp
|
optimize loads of constant values by using PC-relative addressing on ARM
|
2010-11-13 19:42:29 -07:00 |
compiler.h
|
fix jsr/ret code generation bug
|
2010-01-04 17:17:16 -07:00 |
constants.h
|
prepend copyright notice and license to all source files; add license.txt and readme.txt
|
2008-02-19 11:06:52 -07:00 |
continuations-x86.S
|
update assembly code field offsets to reflect new Thread field declaration
|
2010-06-24 19:12:15 -06:00 |
finder.cpp
|
Merge branch 'master' into powerpc
|
2009-02-09 16:22:01 -07:00 |
finder.h
|
various bugfixes
|
2008-11-27 21:44:04 -07:00 |
gnu.cpp
|
specify java.home system property in GNU Classpath build
|
2010-01-04 17:14:00 -07:00 |
heap.cpp
|
update copyright years
|
2009-12-02 19:08:29 -07:00 |
heap.h
|
use atomic operations in MyHeap::mark to avoid need for mutex
|
2009-11-19 18:13:00 -07:00 |
heapdump.cpp
|
update copyright years
|
2009-12-02 19:08:29 -07:00 |
heapwalk.cpp
|
fix bootimage=true build for Windows
|
2009-12-02 20:08:07 -07:00 |
heapwalk.h
|
update makefile to optionally build and use a boot image; various bugfixes
|
2008-11-29 16:08:14 -07:00 |
interpret.cpp
|
fix process=interpret class initialization regression
|
2010-08-04 18:27:54 -06:00 |
jnienv.cpp
|
fix gnu build
|
2010-08-16 09:24:27 -06:00 |
jnienv.h
|
prepend copyright notice and license to all source files; add license.txt and readme.txt
|
2008-02-19 11:06:52 -07:00 |
machine.cpp
|
name VM-internal classes for heapdump=true builds
|
2010-11-16 09:31:49 -07:00 |
machine.h
|
clean up OS resources immediately upon thread exit
|
2010-11-09 15:46:16 -07:00 |
main.cpp
|
replace calls to ExceptionOccurred with calls to ExceptionCheck
|
2009-12-16 19:25:03 -07:00 |
posix.cpp
|
optimize loads of constant values by using PC-relative addressing on ARM
|
2010-11-13 19:42:29 -07:00 |
powerpc.cpp
|
optimize loads of constant values by using PC-relative addressing on ARM
|
2010-11-13 19:42:29 -07:00 |
powerpc.h
|
fix PowerPC builds on OS X 10.5+
|
2010-11-14 18:45:37 -07:00 |
powerpc.S
|
progress towards powerpc continuation and tail call support
|
2009-05-26 19:02:39 -06:00 |
process.cpp
|
update copyright years
|
2009-12-02 19:08:29 -07:00 |
process.h
|
support runtime-visible annotations and java.lang.reflect.Proxy
|
2009-09-18 18:01:54 -06:00 |
processor.h
|
fix process=interpret class initialization regression
|
2010-08-04 18:27:54 -06:00 |
stream.h
|
update copyright years
|
2009-12-02 19:08:29 -07:00 |
system.h
|
update copyright years
|
2009-12-02 19:08:29 -07:00 |
thunks.cpp
|
powerpc bugfixes
|
2009-12-01 09:21:33 -07:00 |
type-generator.cpp
|
name VM-internal classes for heapdump=true builds
|
2010-11-16 09:31:49 -07:00 |
types.def
|
reimplement Java object monitors (second try)
|
2010-02-04 17:56:21 -07:00 |
types.h
|
prepend copyright notice and license to all source files; add license.txt and readme.txt
|
2008-02-19 11:06:52 -07:00 |
util.cpp
|
update copyright years
|
2009-03-15 12:02:36 -06:00 |
util.h
|
check for null array in HashMapIterator::find
|
2008-12-18 20:23:08 -07:00 |
vector.h
|
update copyright years
|
2009-12-02 19:08:29 -07:00 |
windows.cpp
|
implement compileTimeMemoryBarrier in arch.h
|
2010-02-04 18:30:13 -07:00 |
x86.cpp
|
optimize loads of constant values by using PC-relative addressing on ARM
|
2010-11-13 19:42:29 -07:00 |
x86.h
|
fix MSVC build rot
|
2010-04-15 11:11:10 -06:00 |
x86.S
|
fix continuations=true build for Windows x86_64
|
2009-12-03 12:46:29 -07:00 |
zlib-custom.h
|
Files to add Deflater and DeflaterOutputStream to java.util.zip for
|
2009-12-04 12:01:31 -07:00 |
zone.h
|
simplify memory allocation interfaces
|
2008-04-13 12:15:04 -06:00 |