Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8207303 | 12 | Zhongwei Yao | P1 | Resolved | Fixed | b03 |
JDK-8207512 | 11.0.2 | Zhongwei Yao | P1 | Resolved | Fixed | b01 |
JDK-8207623 | 11.0.1 | Zhongwei Yao | P1 | Resolved | Fixed | b02 |
Current OpenJDK AOT feature on ARMv8.1 system is not able to work and has some crash messages like:
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (synchronizer.cpp:1625), pid=4240, tid=4242
# guarantee(obj->mark() == markOopDesc::encode(mid)) failed: invariant
#
# JRE version: OpenJDK Runtime Environment (11.0) (build 11-internal+0-adhoc.ubuntu.jdk)
# Java VM: OpenJDK 64-Bit Server VM (11-internal+0-adhoc.ubuntu.jdk, mixed mode, aot, tiered, compressed oops, g1 gc, linux-aarch64)
# No core dump will be written. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /home/ubuntu/javaPractice/hs_err_pid4240.log
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
#
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (synchronizer.cpp:1625), pid=4240, tid=4242
# guarantee(obj->mark() == markOopDesc::encode(mid)) failed: invariant
#
# JRE version: OpenJDK Runtime Environment (11.0) (build 11-internal+0-adhoc.ubuntu.jdk)
# Java VM: OpenJDK 64-Bit Server VM (11-internal+0-adhoc.ubuntu.jdk, mixed mode, aot, tiered, compressed oops, g1 gc, linux-aarch64)
# No core dump will be written. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /home/ubuntu/javaPractice/hs_err_pid4240.log
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
#
- backported by
-
JDK-8207303 AArch64: Fix CompareAndSwapOp when useLSE is enabled in Graal
-
- Resolved
-
-
JDK-8207512 AArch64: Fix CompareAndSwapOp when useLSE is enabled in Graal
-
- Resolved
-
-
JDK-8207623 AArch64: Fix CompareAndSwapOp when useLSE is enabled in Graal
-
- Resolved
-