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

test/compiler/rtm/locking/TestRTMLockingCalculationDelay.java

Print this page

        

*** 25,38 **** /** * @test * @bug 8031320 * @summary Verify that RTMLockingCalculationDelay affect when * abort ratio calculation is started. ! * @library /testlibrary /testlibrary/whitebox /compiler/testlibrary * @build TestRTMLockingCalculationDelay ! * @run main ClassFileInstaller sun.hotspot.WhiteBox ! * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions * -XX:+WhiteBoxAPI TestRTMLockingCalculationDelay */ import com.oracle.java.testlibrary.*; --- 25,38 ---- /** * @test * @bug 8031320 * @summary Verify that RTMLockingCalculationDelay affect when * abort ratio calculation is started. ! * @library /testlibrary /../../test/lib /compiler/testlibrary * @build TestRTMLockingCalculationDelay ! * @run main ClassFileInstaller jdk.testlib.WhiteBox ! * jdk.testlib.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions * -XX:+WhiteBoxAPI TestRTMLockingCalculationDelay */ import com.oracle.java.testlibrary.*;
test/compiler/rtm/locking/TestRTMLockingCalculationDelay.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File