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
..
2014-07-11 13:25:22 -06:00
2015-02-05 17:20:53 -07:00
2014-07-11 13:25:22 -06:00
2014-07-11 13:25:22 -06:00
2014-07-11 13:25:22 -06:00
2015-02-05 17:20:53 -07:00
2014-07-11 13:25:22 -06:00