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

test/compiler/rtm/locking/TestUseRTMAfterLockInflation.java

Print this page

        

*** 25,38 **** /** * @test * @bug 8031320 * @summary Verify that rtm locking is used for stack locks before * inflation and after it used for inflated locks. ! * @library /testlibrary /testlibrary/whitebox /compiler/testlibrary * @build TestUseRTMAfterLockInflation ! * @run main ClassFileInstaller sun.hotspot.WhiteBox ! * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions * -XX:+WhiteBoxAPI TestUseRTMAfterLockInflation */ import java.util.List; --- 25,38 ---- /** * @test * @bug 8031320 * @summary Verify that rtm locking is used for stack locks before * inflation and after it used for inflated locks. ! * @library /testlibrary /../../test/lib /compiler/testlibrary * @build TestUseRTMAfterLockInflation ! * @run main ClassFileInstaller jdk.testlib.WhiteBox ! * jdk.testlib.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions * -XX:+WhiteBoxAPI TestUseRTMAfterLockInflation */ import java.util.List;
test/compiler/rtm/locking/TestUseRTMAfterLockInflation.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File