Describe the bug
OpenJDK 25 on 32 bit ARM compiled with JIT support crashes due to wrong alignment, see logs below.
To Reproduce
Running the sqlite-jdbc test suite with mvn test on OpenJDK 25 with JIT support on 32 bit ARM.
Expected behavior
No JVM crash.
Logs
jvm_crash.log
Environment (please complete the following information):
- OS: Linux
- CPU architecture: 32 bit Arm
- sqlite-jdbc version: 3.51.1.0
Additional context
Initially reported to OpenJDK, they told me to report to sqlite-jdbc. Does not occur with OpenJDK 17 nor 21, haven't tested other versions yet.
Describe the bug
OpenJDK 25 on 32 bit ARM compiled with JIT support crashes due to wrong alignment, see logs below.
To Reproduce
Running the sqlite-jdbc test suite with
mvn teston OpenJDK 25 with JIT support on 32 bit ARM.Expected behavior
No JVM crash.
Logs
jvm_crash.log
Environment (please complete the following information):
Additional context
Initially reported to OpenJDK, they told me to report to sqlite-jdbc. Does not occur with OpenJDK 17 nor 21, haven't tested other versions yet.