test/gc/arguments/TestMaxHeapSizeTools.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hotspot Cdiff test/gc/arguments/TestMaxHeapSizeTools.java

test/gc/arguments/TestMaxHeapSizeTools.java

Print this page

        

*** 25,35 **** import java.util.regex.Pattern; import java.util.ArrayList; import java.util.Arrays; import com.oracle.java.testlibrary.*; ! import sun.hotspot.WhiteBox; class ErgoArgsPrinter { public static void main(String[] args) throws Exception { WhiteBox wb = WhiteBox.getWhiteBox(); wb.printHeapSizes(); --- 25,35 ---- import java.util.regex.Pattern; import java.util.ArrayList; import java.util.Arrays; import com.oracle.java.testlibrary.*; ! import jdk.testlib.WhiteBox; class ErgoArgsPrinter { public static void main(String[] args) throws Exception { WhiteBox wb = WhiteBox.getWhiteBox(); wb.printHeapSizes();
test/gc/arguments/TestMaxHeapSizeTools.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File