< prev index next >

test/compiler/codecache/CheckUpperLimit.java

Print this page

        

@@ -24,15 +24,20 @@
 /*
  * @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
  */
-import jdk.test.lib.*;
+
+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;
< prev index next >