< prev index next >

test/compiler/rtm/cli/TestRTMSpinLoopCountOption.java

Print this page

        

@@ -24,17 +24,20 @@
 
 /**
  * @test
  * @bug 8031320
  * @summary Verify processing of RTMSpinLoopCount option.
- * @library /testlibrary
+ * @library /testlibrary /
  * @modules java.base/jdk.internal.misc
  *          java.management
- * @build TestRTMSpinLoopCountOption
- * @run main/othervm TestRTMSpinLoopCountOption
+ *
+ * @build compiler.rtm.cli.TestRTMSpinLoopCountOption
+ * @run main/othervm compiler.rtm.cli.TestRTMSpinLoopCountOption
  */
 
+package compiler.rtm.cli;
+
 public class TestRTMSpinLoopCountOption
         extends RTMGenericCommandLineOptionTest {
     private static final String DEFAULT_VALUE = "100";
 
     private TestRTMSpinLoopCountOption() {
< prev index next >