test/compiler/rtm/cli/TestUseRTMLockingOptionOnUnsupportedVM.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hotspot Cdiff test/compiler/rtm/cli/TestUseRTMLockingOptionOnUnsupportedVM.java

test/compiler/rtm/cli/TestUseRTMLockingOptionOnUnsupportedVM.java

Print this page

        

*** 25,38 **** /** * @test * @bug 8031320 * @summary Verify UseRTMLocking option processing on CPU with rtm support * in case when VM should not support this option. ! * @library /testlibrary /testlibrary/whitebox /compiler/testlibrary * @build TestUseRTMLockingOptionOnUnsupportedVM ! * @run main ClassFileInstaller sun.hotspot.WhiteBox ! * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions * -XX:+WhiteBoxAPI TestUseRTMLockingOptionOnUnsupportedVM */ import com.oracle.java.testlibrary.ExitCode; --- 25,38 ---- /** * @test * @bug 8031320 * @summary Verify UseRTMLocking option processing on CPU with rtm support * in case when VM should not support this option. ! * @library /testlibrary /../../test/lib /compiler/testlibrary * @build TestUseRTMLockingOptionOnUnsupportedVM ! * @run main ClassFileInstaller jdk.testlib.WhiteBox ! * jdk.testlib.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions * -XX:+WhiteBoxAPI TestUseRTMLockingOptionOnUnsupportedVM */ import com.oracle.java.testlibrary.ExitCode;
test/compiler/rtm/cli/TestUseRTMLockingOptionOnUnsupportedVM.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File