< prev index next >

test/compiler/codecache/CheckUpperLimit.java

Print this page

        

*** 28,38 **** * @library /testlibrary * * @modules java.base/sun.misc * java.management */ ! import com.oracle.java.testlibrary.*; public class CheckUpperLimit { public static void main(String[] args) throws Exception { ProcessBuilder pb; OutputAnalyzer out; --- 28,38 ---- * @library /testlibrary * * @modules java.base/sun.misc * java.management */ ! import jdk.test.lib.*; public class CheckUpperLimit { public static void main(String[] args) throws Exception { ProcessBuilder pb; OutputAnalyzer out;
< prev index next >