-
Bug
-
Resolution: Fixed
-
P3
-
11.0.15, 11.0.16
-
-
b07
"runtime/Thread/StopAtExit.java" fails intermittently with "exception oop already set" since backport of JDK-8253795 (commit https://github.com/openjdk/jdk11u-dev/commit/eb0708f75aa3c196e41014addfaa5667fd940cc2 ).
JRT_ENTRY_NO_ASYNC was changed to use ThreadInVMfromJava (instead of ThreadInVMfromJavaNoAsyncException) which causes async Exceptions (ThreadDeath) to show up at places where we can't handle them (e.g. forward_exception Runtime1 stub).
JRT_ENTRY_NO_ASYNC was changed to use ThreadInVMfromJava (instead of ThreadInVMfromJavaNoAsyncException) which causes async Exceptions (ThreadDeath) to show up at places where we can't handle them (e.g. forward_exception Runtime1 stub).
- relates to
-
JDK-8281830 Implementation of JEP 391: macOS/AArch64 Port
- Resolved