This repository has been archived by the owner on Oct 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Java Corretto 22 on EC2 ARM instance with Amazon Linux has crashed #8
Comments
A few clues from the log: The crash log says the JIT compiled code have crashed while trying to access
That address is interesting, and likely gives us a clue. Hotspot source code says has the magic
|
Another clue in the log:
This leads me to think at least part of might be an instance of a known regression in JDK 22: https://bugs.openjdk.org/browse/JDK-8329528. The fix is in 22.0.2, which would be released on 16 July 2024. |
More digging, disassembling
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
Java Corretto 22 on EC2 ARM instance with Amazon Linux has crashed
To Reproduce
Not sure I can provide steps to reproduce, please see attached Java crash log file
Platform information
java_error1641.log
The text was updated successfully, but these errors were encountered: