mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-15 16:44:36 +02:00
8026865: [TESTBUG] 'compiler/print/PrintInlining.java' should specify -XX:+UnlockDiagnosticVMOptions
Reviewed-by: twisti, iveresov
This commit is contained in:
parent
9bf565afeb
commit
1fbfd1734c
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
||||||
* @test
|
* @test
|
||||||
* @bug 8022585
|
* @bug 8022585
|
||||||
* @summary VM crashes when ran with -XX:+PrintInlining
|
* @summary VM crashes when ran with -XX:+PrintInlining
|
||||||
* @run main/othervm -Xcomp -XX:+PrintInlining PrintInlining
|
* @run main/othervm -Xcomp -XX:+UnlockDiagnosticVMOptions -XX:+PrintInlining PrintInlining
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue