< prev index next >

test/compiler/codecache/cli/TestSegmentedCodeCacheOption.java

Print this page

        

*** 26,37 **** import common.CodeCacheOptions; import sun.hotspot.code.BlobType; /** * @test * @summary Verify SegmentedCodeCache option's processing ! * @library /testlibrary /testlibrary/whitebox * @build TestSegmentedCodeCacheOption com.oracle.java.testlibrary.* * @run main TestSegmentedCodeCacheOption */ public class TestSegmentedCodeCacheOption { private static final String INT_MODE = "-Xint"; --- 26,38 ---- import common.CodeCacheOptions; import sun.hotspot.code.BlobType; /** * @test + * @bug 8015774 * @summary Verify SegmentedCodeCache option's processing ! * @library /testlibrary /../../test/lib * @build TestSegmentedCodeCacheOption com.oracle.java.testlibrary.* * @run main TestSegmentedCodeCacheOption */ public class TestSegmentedCodeCacheOption { private static final String INT_MODE = "-Xint";
*** 79,91 **** + USE_SEGMENTED_CODE_CACHE + " in interpreted mode " + "without any errors."; CommandLineOptionTest.verifyJVMStartup( /* expected messages */ null, UNEXPECTED_MESSAGES, ! ExitCode.OK, testCaseExitCodeMessage, ! testCaseWarningMessage, false, INT_MODE, ! USE_SEGMENTED_CODE_CACHE); } }, OPTION_VALUES_GENERIC { @Override public void run() throws Throwable { --- 80,91 ---- + USE_SEGMENTED_CODE_CACHE + " in interpreted mode " + "without any errors."; CommandLineOptionTest.verifyJVMStartup( /* expected messages */ null, UNEXPECTED_MESSAGES, ! testCaseExitCodeMessage, testCaseWarningMessage, ! ExitCode.OK, false, INT_MODE, USE_SEGMENTED_CODE_CACHE); } }, OPTION_VALUES_GENERIC { @Override public void run() throws Throwable {
< prev index next >