-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P5
-
Affects Version/s: 25
-
Component/s: hotspot
-
b26
Intermittently find
```
Exception in thread "Thread-0" java.lang.RuntimeException: Caught ThreadDeath in run() instead of internalRun2() or internalRun1().
receivedThreadDeathinInternal1=false; receivedThreadDeathinInternal2=false
at AsyncExceptionTest.run(AsyncExceptionTest.java:57)
```
on runtime/Thread/AsyncExceptionTest.java with `StressCompiledExceptionHandlers` enabled.
```
Exception in thread "Thread-0" java.lang.RuntimeException: Caught ThreadDeath in run() instead of internalRun2() or internalRun1().
receivedThreadDeathinInternal1=false; receivedThreadDeathinInternal2=false
at AsyncExceptionTest.run(AsyncExceptionTest.java:57)
```
on runtime/Thread/AsyncExceptionTest.java with `StressCompiledExceptionHandlers` enabled.
- blocks
-
JDK-8357676 StressCompiledExceptionHandlers flag cleanup
-
- Open
-
- relates to
-
JDK-8353638 C2: deoptimization and re-execution cycle with StringBuilder
-
- Resolved
-
- links to
-
Commit(master)
openjdk/jdk/648c337b
-
Review(master)
openjdk/jdk/25375