< prev index next >

test/gc/arguments/TestMaxHeapSizeTools.java

Print this page

        

@@ -24,11 +24,12 @@
 import java.util.regex.Matcher;
 import java.util.regex.Pattern;
 import java.util.ArrayList;
 import java.util.Arrays;
 
-import jdk.test.lib.*;
+import jdk.test.lib.process.ProcessTools;
+import jdk.test.lib.process.OutputAnalyzer;
 import sun.hotspot.WhiteBox;
 
 class ErgoArgsPrinter {
   public static void main(String[] args) throws Exception {
     WhiteBox wb = WhiteBox.getWhiteBox();
< prev index next >