< prev index next >

test/compiler/rtm/cli/TestRTMSpinLoopCountOption.java

Print this page
rev 11557 : 8132919: use package in compiler tests
Reviewed-by: duke

*** 24,40 **** /** * @test * @bug 8031320 * @summary Verify processing of RTMSpinLoopCount option. ! * @library /testlibrary * @modules java.base/jdk.internal.misc * java.management ! * @build TestRTMSpinLoopCountOption ! * @run main/othervm TestRTMSpinLoopCountOption */ public class TestRTMSpinLoopCountOption extends RTMGenericCommandLineOptionTest { private static final String DEFAULT_VALUE = "100"; private TestRTMSpinLoopCountOption() { --- 24,43 ---- /** * @test * @bug 8031320 * @summary Verify processing of RTMSpinLoopCount option. ! * @library /testlibrary / * @modules java.base/jdk.internal.misc * java.management ! * ! * @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 >