corda/src
Joel Dice 2ee3771125 make find[Field|Method]InClass non-inline functions
It seems that GCC 4.6.1 gets confused at LTO time when we take the
address of inline functions, so I'm switching them to non-inline
linkage to make it happy.
2012-03-26 18:06:16 -06:00
..
binaryToObject armv7 is actually 9 2012-03-02 16:06:22 -07:00
openjdk heretofore untested iOS OpenJDK support 2012-03-11 17:46:36 -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 fix static field alignment calculation 2012-03-17 22:45:35 -06:00
bootimage.h progress towards cross-endian bootimage builds 2011-09-16 20:53:08 -06:00
builtin.cpp remove debug logging 2012-03-14 12:08:14 -06:00
classpath-avian.cpp add bare-bones ConcurrentLinkedQueue implementation 2011-09-29 18:26:50 -06:00
classpath-common.h run JNI_OnLoad if found in ClassLoader.loadLibrary 2012-03-18 20:10:42 -06:00
classpath-openjdk.cpp run JNI_OnLoad if found in ClassLoader.loadLibrary 2012-03-18 20:10:42 -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 handle zero-length arrays in truncate functions 2012-03-17 12:57:59 -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
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 implement -Xss command line option 2012-03-14 12:36:42 -06:00
jnienv.cpp implement -Xss command line option 2012-03-14 12:36:42 -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 make find[Field|Method]InClass non-inline functions 2012-03-26 18:06:16 -06:00
machine.h make find[Field|Method]InClass non-inline functions 2012-03-26 18:06:16 -06:00
main.cpp implement -Xss command line option 2012-03-14 12:36:42 -06:00
posix.cpp fix race condition in System::Monitor::wait 2012-03-14 11:38:20 -06: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 generate read-only code image in bootimage build 2011-09-20 16:30:30 -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 start work on OpenJDK 7 class library port 2012-02-18 15:17:10 -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 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 fix race condition in System::Monitor::wait 2012-03-14 11:38:20 -06:00
x86.cpp handle constant-to-register "zero-extend" moves in x86.cpp 2012-03-13 17:00:47 -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