< prev index next >

test/gc/arguments/TestHeapFreeRatio.java

Print this page

        

*** 24,40 **** /* * @test TestHeapFreeRatio * @key gc * @bug 8025661 * @summary Test parsing of -Xminf and -Xmaxf ! * @library /testlibrary * @modules java.base/jdk.internal.misc * java.management * @run main/othervm TestHeapFreeRatio */ ! import jdk.test.lib.*; public class TestHeapFreeRatio { enum Validation { VALID, --- 24,41 ---- /* * @test TestHeapFreeRatio * @key gc * @bug 8025661 * @summary Test parsing of -Xminf and -Xmaxf ! * @library /test/lib * @modules java.base/jdk.internal.misc * java.management * @run main/othervm TestHeapFreeRatio */ ! import jdk.test.lib.process.OutputAnalyzer; ! import jdk.test.lib.process.ProcessTools; public class TestHeapFreeRatio { enum Validation { VALID,
< prev index next >