-
Bug
-
Resolution: Fixed
-
P4
-
21, 22
-
b21
Generic bug title, please change it to something more descriptive once the root cause is known.
The test java/util/concurrent/tck/JSR166TestCase.java is failing intermittently in our CI with the assertion below. I was not able to reproduce this by running the test, yet. However, the attached replay file can reduce the failure.
To reproduce:
$ java -XX:+ReplayCompiles -XX:+ReplayIgnoreInitErrors -XX:ReplayDataFile=r.log
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (c:\sb\prod\1690244353\workspace\open\src\hotspot\share\opto\compile.cpp:3996), pid=11052, tid=12172
# assert(false) failed: malformed control flow
The test java/util/concurrent/tck/JSR166TestCase.java is failing intermittently in our CI with the assertion below. I was not able to reproduce this by running the test, yet. However, the attached replay file can reduce the failure.
To reproduce:
$ java -XX:+ReplayCompiles -XX:+ReplayIgnoreInitErrors -XX:ReplayDataFile=r.log
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (c:\sb\prod\1690244353\workspace\open\src\hotspot\share\opto\compile.cpp:3996), pid=11052, tid=12172
# assert(false) failed: malformed control flow
- relates to
-
JDK-8297933 [REDO] Compiler should only use verified interface types for optimization
- Resolved
-
JDK-8308392 [Umbrella] C2: assert(false) failed: malformed control flow
- Open
-
JDK-8319764 C2 compilation asserts during incremental inlining because Phi input is out of bounds
- Resolved
-
JDK-8313241 Temporarily disable "malformed control flow" assert to reduce noise
- Closed
(1 links to)