test/compiler/rtm/cli/TestUseRTMDeoptOptionOnUnsupportedConfig.java

Print this page
rev 6415 : [mq]: 8011397.WhiteBoxPermission

*** 27,38 **** * @bug 8031320 * @summary Verify UseRTMDeopt option processing on CPUs without rtm support * or on VMs without rtm locking support. * @library /testlibrary /testlibrary/whitebox * @build TestUseRTMDeoptOptionOnUnsupportedConfig ! * @run main ClassFileInstaller sun.hotspot.WhiteBox ! * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions * -XX:+WhiteBoxAPI TestUseRTMDeoptOptionOnUnsupportedConfig */ import com.oracle.java.testlibrary.cli.CommandLineOptionTest; --- 27,37 ---- * @bug 8031320 * @summary Verify UseRTMDeopt option processing on CPUs without rtm support * or on VMs without rtm locking support. * @library /testlibrary /testlibrary/whitebox * @build TestUseRTMDeoptOptionOnUnsupportedConfig ! * @run main/othervm/bootclasspath -XX:+UnlockDiagnosticVMOptions * -XX:+WhiteBoxAPI TestUseRTMDeoptOptionOnUnsupportedConfig */ import com.oracle.java.testlibrary.cli.CommandLineOptionTest;