|
Relates :
|
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.
|