corda/classpath
Joel Dice c2a0210c7b fix ARM64 iOS JNI crashes
As documented at
https://developer.apple.com/library/ios/documentation/Xcode/Conceptual/iPhoneOSABIReference/Articles/ARM64FunctionCallingConventions.html,
the ARM64 iOS ABI differs from the generic ABI in a few important
ways.  Specifically, arguments passed via the stack are aligned
according to their natural alignment instead of 8 bytes.  The VM's
dynamic call code was aligning each argument to 8 bytes, so native JNI
code couldn't find them in their expected places.

Also, we weren't setting the "os.arch" system property on ARM64, so I
fixed that too.
2015-02-05 17:20:53 -07:00
..
avian remove redundant class qualifiers from Classes.java 2014-12-29 10:00:51 -07:00
dalvik/system update to more recent version of Android class library 2014-08-21 13:42:49 -06:00
java Undo my collections changes, as I was wrong here 2014-12-15 17:15:00 -07:00
libcore/reflect update to more recent version of Android class library 2014-08-21 13:42:49 -06:00
sun update to more recent version of Android class library 2014-08-21 13:42:49 -06:00
java-io.cpp bulk, global reformat 2014-07-11 13:25:22 -06:00
java-lang.cpp fix ARM64 iOS JNI crashes 2015-02-05 17:20:53 -07:00
java-net.cpp Fix some native and managed function signatures. 2014-11-08 14:06:11 +03:00
java-nio.cpp bulk, global reformat 2014-07-11 13:25:22 -06:00
java-util-zip.cpp bulk, global reformat 2014-07-11 13:25:22 -06:00
java-util.cpp bulk, global reformat 2014-07-11 13:25:22 -06:00
jni-util.h fix ARM64 iOS JNI crashes 2015-02-05 17:20:53 -07:00
sockets.cpp bulk, global reformat 2014-07-11 13:25:22 -06:00
sockets.h explicitly override UNUSED definition 2014-08-17 15:34:44 -06:00