-
Bug
-
Resolution: Fixed
-
P4
-
11, 15
-
b12
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8275693 | 11.0.14 | Qi Ao | P4 | Resolved | Fixed | b01 |
PrintIRDuringConstruction is C1 only. If C1 is disabled, the test failed.
...
STDOUT:
STDERR:
Unrecognized VM option 'PrintIRDuringConstruction'
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
rerun:
...
...
STDOUT:
STDERR:
Unrecognized VM option 'PrintIRDuringConstruction'
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
rerun:
...
- backported by
-
JDK-8275693 [TESTBUG] compiler/c1/TestPrintIRDuringConstruction.java failed when C1 is disabled
- Resolved