< prev index next >

test/compiler/codecache/cli/TestSegmentedCodeCacheOption.java

Print this page

        

*** 23,46 **** /** * @test * @bug 8015774 * @summary Verify SegmentedCodeCache option's processing ! * @library /testlibrary /test/lib / * @modules java.base/jdk.internal.misc * java.compiler * java.management * jdk.jvmstat/sun.jvmstat.monitor * - * @build jdk.test.lib.* * @run driver compiler.codecache.cli.TestSegmentedCodeCacheOption */ package compiler.codecache.cli; import compiler.codecache.cli.common.CodeCacheOptions; ! import jdk.test.lib.ExitCode; import jdk.test.lib.Platform; import jdk.test.lib.cli.CommandLineOptionTest; import sun.hotspot.code.BlobType; public class TestSegmentedCodeCacheOption { --- 23,45 ---- /** * @test * @bug 8015774 * @summary Verify SegmentedCodeCache option's processing ! * @library /test/lib / * @modules java.base/jdk.internal.misc * java.compiler * java.management * jdk.jvmstat/sun.jvmstat.monitor * * @run driver compiler.codecache.cli.TestSegmentedCodeCacheOption */ package compiler.codecache.cli; import compiler.codecache.cli.common.CodeCacheOptions; ! import jdk.test.lib.process.ExitCode; import jdk.test.lib.Platform; import jdk.test.lib.cli.CommandLineOptionTest; import sun.hotspot.code.BlobType; public class TestSegmentedCodeCacheOption {
< prev index next >