corda/src
Joel Dice 6e86ac39db fix native call marshalling on Apple/ARM
When the fourth argument is a 64-bit value on the Apple ARM ABI, it is
passed half by register and half on the stack, unlike on Linux where
it is passed entirely on the stack.  The logic to handle this in arm.h
was flawed, and this commit fixes it.
2011-11-07 17:14:41 -07:00
..
binaryToObject generate read-only code image in bootimage build 2011-09-20 16:30:30 -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 add support for Apple iOS on ARM 2011-08-10 19:21:48 -06: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 uninitialized value warnings in bootimage.cpp 2011-10-03 08:05:25 -06:00
bootimage.h progress towards cross-endian bootimage builds 2011-09-16 20:53:08 -06:00
builtin.cpp update copyright years and increment version number 2011-07-13 08:25:21 -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 enable JMX support for openjdk-src build and implement GetInputArgumentArray 2011-08-05 18:06:29 -06:00
common.h add __attribute__ ((used)) to EXPORT macro definition 2011-09-22 16:57:44 -06:00
compile-arm.S update copyright years and increment version number 2011-07-13 08:25:21 -06: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 avoid using runtime-generated thunks for bootimage native methods 2011-10-03 08:05:49 -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 add debug logging to finder.cpp 2011-07-17 19:48:12 -06:00
finder.h update copyright years and increment version number 2011-07-13 08:25:21 -06:00
heap.cpp change bool field types to uint8_t in Fixie class 2011-09-30 18:46:54 -06: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 generate read-only code image in bootimage build 2011-09-20 16:30:30 -06:00
jnienv.cpp fix use of uninitalized memory in jnienv.cpp 2011-08-31 21:16:22 -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 fix thinko in machine.cpp 2011-10-03 08:04:58 -06:00
machine.h use TargetBytesPerWord instead of BytesPerWord where appropriate 2011-09-23 23:25:52 -06:00
main.cpp generate read-only code image in bootimage build 2011-09-20 16:30:30 -06:00
posix.cpp add workaround for buffer overflow on iOS Simulator 2011-09-29 18:23:15 -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 update copyright years and increment version number 2011-07-13 08:25:21 -06: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 Merge branch 'oss-master' into ios 2011-09-12 20:27:59 -06:00
x86.cpp fix x86->powerpc boot image cross build 2011-09-23 22:31:24 -06:00
x86.h update copyright years and increment version number 2011-07-13 08:25:21 -06: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