< prev index next >

test/compiler/rtm/method_options/TestUseRTMLockElidingOption.java

Print this page

        

@@ -27,11 +27,11 @@
  * @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 /../../test/lib /compiler/testlibrary
- * @build TestUseRTMLockElidingOption
+ * @build com.oracle.java.testlibrary.* TestUseRTMLockElidingOption
  * @run main ClassFileInstaller sun.hotspot.WhiteBox
  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
  *                   -XX:+WhiteBoxAPI TestUseRTMLockElidingOption
  */
< prev index next >