< prev index next >

test/compiler/rtm/cli/TestRTMAbortThresholdOption.java

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

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