-
Bug
-
Resolution: Fixed
-
P5
-
hs24, hs25, 7, 8
-
b56
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8027503 | 8 | Igor Ignatyev | P5 | Resolved | Fixed | b114 |
JDK-8217499 | 7u241 | Vaibhav Choudhary | P5 | Resolved | Fixed | b01 |
Test compiler/print/PrintInlining.java runs Java with -XX:+PrintInlining specified and do just System.out.println("Passed").
A run on b111 failed with error.
So as the comments below says test should run java with additional flag "-XX:+UnlockDiagnosticVMOptions"
./jdk1.8.0/bin/java -XX:+PrintInlining -version
Improperly specified VM option 'PrintInlining'
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
A run on b111 failed with error.
So as the comments below says test should run java with additional flag "-XX:+UnlockDiagnosticVMOptions"
./jdk1.8.0/bin/java -XX:+PrintInlining -version
Improperly specified VM option 'PrintInlining'
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
- backported by
-
JDK-8027503 [TESTBUG] 'compiler/print/PrintInlining.java' should specify -XX:+UnlockDiagnosticVMOptions
-
- Resolved
-
-
JDK-8217499 [TESTBUG] 'compiler/print/PrintInlining.java' should specify -XX:+UnlockDiagnosticVMOptions
-
- Resolved
-
- relates to
-
JDK-8022585 JVM crashes when ran with -XX:+PrintInlining
-
- Closed
-