test/compiler/rtm/method_options/TestUseRTMLockElidingOption.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/test/compiler/rtm/method_options/TestUseRTMLockElidingOption.java	Tue Dec  9 15:13:12 2014
--- new/test/compiler/rtm/method_options/TestUseRTMLockElidingOption.java	Tue Dec  9 15:13:12 2014

*** 26,39 **** --- 26,39 ---- * @test * @bug 8031320 * @summary Verify that UseRTMLockEliding option could be applied to * specified method and that such method will not be deoptimized * on high abort ratio. ! * @library /testlibrary /testlibrary/whitebox /compiler/testlibrary ! * @library /testlibrary /../../test/lib /compiler/testlibrary * @build TestUseRTMLockElidingOption ! * @run main ClassFileInstaller sun.hotspot.WhiteBox ! * sun.hotspot.WhiteBox$WhiteBoxPermission ! * @run main ClassFileInstaller jdk.testlib.WhiteBox ! * jdk.testlib.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions * -XX:+WhiteBoxAPI TestUseRTMLockElidingOption */ import java.util.List;

test/compiler/rtm/method_options/TestUseRTMLockElidingOption.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File