-
Bug
-
Resolution: Unresolved
-
P4
-
None
-
8
-
x86
The i386 Sys V ABI requires out stack pointer to be 16-byte aligned when calling a function. Our 32-bit JVM does not enforce this. It is possible that native libraries that assume this alignment might fail when we call them from Java. This is apparently more likely to happen when the native code is compiled with a recent toolchain.