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

test/compiler/rtm/cli/TestRTMAbortRatioOptionOnSupportedConfig.java

Print this page

        

*** 25,38 **** /** * @test * @bug 8031320 * @summary Verify RTMAbortRatio option processing on CPU with rtm * support and on VM with rtm locking support. ! * @library /testlibrary /testlibrary/whitebox /compiler/testlibrary * @build TestRTMAbortRatioOptionOnSupportedConfig ! * @run main ClassFileInstaller sun.hotspot.WhiteBox ! * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions * -XX:+WhiteBoxAPI TestRTMAbortRatioOptionOnSupportedConfig */ public class TestRTMAbortRatioOptionOnSupportedConfig --- 25,38 ---- /** * @test * @bug 8031320 * @summary Verify RTMAbortRatio option processing on CPU with rtm * support and on VM with rtm locking support. ! * @library /testlibrary /../../test/lib /compiler/testlibrary * @build TestRTMAbortRatioOptionOnSupportedConfig ! * @run main ClassFileInstaller jdk.testlib.WhiteBox ! * jdk.testlib.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions * -XX:+WhiteBoxAPI TestRTMAbortRatioOptionOnSupportedConfig */ public class TestRTMAbortRatioOptionOnSupportedConfig
test/compiler/rtm/cli/TestRTMAbortRatioOptionOnSupportedConfig.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File