corda/src
2012-05-03 10:13:56 -06:00
..
binaryToObject remove debug logging 2012-05-03 10:13:56 -06:00
openjdk add __attribute__ ((used)) to EXPORT macro definition 2011-09-22 16:57:44 -06:00
allocator.h update copyright years and increment version number 2011-07-13 08:25:21 -06:00
arch.h update copyright years and increment version number 2011-07-13 08:25:21 -06:00
arm.cpp fix offset calculations in arm.cpp and powerpc.cpp 2011-09-30 18:46:53 -06:00
arm.h fix native call marshalling on Apple/ARM 2011-11-07 17:14:41 -07:00
arm.S specify 4-byte alignment of functions defined in ARM assembly code 2012-01-19 16:42:35 -07:00
assembler.h fix x86->powerpc boot image cross build 2011-09-23 22:31:24 -06:00
boot-javahome.cpp add __attribute__ ((used)) to EXPORT macro definition 2011-09-22 16:57:44 -06:00
boot.cpp add __attribute__ ((used)) to EXPORT macro definition 2011-09-22 16:57:44 -06:00
bootimage-fields.cpp generate read-only code image in bootimage build 2011-09-20 16:30:30 -06:00
bootimage-template.cpp more progress towards cross-architecture bootimage builds 2011-08-31 21:18:00 -06:00
bootimage.cpp free symbol names after writing codeimage 2012-05-03 10:13:56 -06:00
bootimage.h progress towards cross-endian bootimage builds 2011-09-16 20:53:08 -06:00
builtin.cpp fix incorrect argument marshalling in Unsafe.{allocate|free}Memory 2012-05-02 18:02:28 -06:00
classpath-avian.cpp add bare-bones ConcurrentLinkedQueue implementation 2011-09-29 18:26:50 -06:00
classpath-common.h update copyright years and increment version number 2011-07-13 08:25:21 -06:00
classpath-openjdk.cpp provide dummy implementation of JVM_GetThreadInterruptEvent 2012-03-13 10:31:08 -06:00
common.h fix MSVC build 2012-02-16 18:22:11 -07:00
compile-arm.S specify 4-byte alignment of functions defined in ARM assembly code 2012-01-19 16:42:35 -07:00
compile-powerpc.S update copyright years and increment version number 2011-07-13 08:25:21 -06:00
compile-x86.S update copyright years and increment version number 2011-07-13 08:25:21 -06:00
compile.cpp write java symbols to bootimage 2012-05-03 10:13:56 -06:00
compiler.cpp fix x86->powerpc boot image cross build 2011-09-23 22:31:24 -06:00
compiler.h update copyright years and increment version number 2011-07-13 08:25:21 -06: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 copyright years and increment version number 2011-07-13 08:25:21 -06:00
environment.h directly emit codeimage as a object (binaryToObject is statically linked in), as a stepping stone to including extra symbols in said codeimage 2012-05-03 10:13:55 -06:00
finder.cpp fix memory management bugs in finder.cpp 2012-03-13 10:30:41 -06:00
finder.h fix MSVC build 2012-02-16 18:22:11 -07:00
heap.cpp reset immortal fixed objects when heap is disposed 2011-11-11 17:37:40 -07:00
heap.h progress towards cross-architecture bootimage builds 2011-08-29 19:00:17 -06:00
heapdump.cpp update copyright years 2010-12-05 20:21:09 -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 write java symbols to bootimage 2012-05-03 10:13:56 -06:00
jnienv.cpp implement JNI methods NewWeakGlobalRef and DeleteWeakGlobalRef 2012-02-29 11:51:30 -07: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 make find[Field|Method]InClass non-inline functions 2012-03-26 18:09:35 -06:00
machine.h make find[Field|Method]InClass non-inline functions 2012-03-26 18:09:35 -06:00
main.cpp generate read-only code image in bootimage build 2011-09-20 16:30:30 -06:00
posix.cpp call C library free directly instead of System::free where possible 2012-01-12 11:00:58 -07:00
powerpc-regs.S enable Linux PowerPC build 2011-02-26 12:45:22 -07:00
powerpc.cpp fix offset calculations in arm.cpp and powerpc.cpp 2011-09-30 18:46:53 -06:00
powerpc.h fix OS X PowerPC parameter passing 2011-03-15 17:20:44 -06:00
powerpc.S update copyright years and increment version number 2011-07-13 08:25:21 -06:00
process.cpp progress towards cross-architecture bootimage builds 2011-08-29 19:00:17 -06:00
process.h implement various JVM_* methods 2011-03-26 11:15:52 -06:00
processor.h write java symbols to bootimage 2012-05-03 10:13:56 -06:00
stream.h update copyright years and increment version number 2011-07-13 08:25:21 -06:00
system.h fix MSVC build 2012-02-16 18:22:11 -07:00
target.h fix type of TargetPointerMask 2011-09-30 17:00:45 -06:00
thunks.cpp fix crash when encountering invokespecial call to abstract method 2011-07-17 19:54:55 -06:00
tokenizer.h update copyright years and increment version number 2011-07-13 08:25:21 -06:00
type-generator.cpp Merge branch 'cross-bootimage' into ios 2011-09-01 10:53:39 -06:00
types.def progress towards cross-architecture bootimage builds 2011-08-29 19:00:17 -06: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 and increment version number 2011-07-13 08:25:21 -06:00
util.h update copyright years 2010-12-05 20:21:09 -07:00
vector.h more progress towards cross-architecture bootimage builds 2011-08-31 21:18:00 -06:00
windows.cpp call C library free directly instead of System::free where possible 2012-01-12 11:00:58 -07:00
x86.cpp directly emit codeimage as a object (binaryToObject is statically linked in), as a stepping stone to including extra symbols in said codeimage 2012-05-03 10:13:55 -06:00
x86.h fix Avian_sun_misc_Unsafe_compareAndSwapLong for platforms without atomicCompareAndSwap64 2012-01-15 10:02:36 -07:00
x86.S update copyright years and increment version number 2011-07-13 08:25:21 -06: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 update copyright years and increment version number 2011-07-13 08:25:21 -06:00