< prev index next >

test/compiler/codecache/CheckUpperLimit.java

Print this page

        

*** 23,43 **** /* * @test * @bug 8015635 * @summary Test ensures that the ReservedCodeCacheSize is at most MAXINT ! * @library /testlibrary * @modules java.base/jdk.internal.misc * java.management * * @run driver compiler.codecache.CheckUpperLimit */ package compiler.codecache; ! import jdk.test.lib.OutputAnalyzer; ! import jdk.test.lib.ProcessTools; public class CheckUpperLimit { public static void main(String[] args) throws Exception { ProcessBuilder pb; OutputAnalyzer out; --- 23,43 ---- /* * @test * @bug 8015635 * @summary Test ensures that the ReservedCodeCacheSize is at most MAXINT ! * @library /test/lib * @modules java.base/jdk.internal.misc * java.management * * @run driver compiler.codecache.CheckUpperLimit */ package compiler.codecache; ! import jdk.test.lib.process.OutputAnalyzer; ! import jdk.test.lib.process.ProcessTools; public class CheckUpperLimit { public static void main(String[] args) throws Exception { ProcessBuilder pb; OutputAnalyzer out;
< prev index next >