< prev index next >

test/gc/arguments/TestHeapFreeRatio.java

Print this page

        

@@ -30,11 +30,11 @@
  * @modules java.base/sun.misc
  *          java.management
  * @run main/othervm TestHeapFreeRatio
  */
 
-import com.oracle.java.testlibrary.*;
+import jdk.test.lib.*;
 
 public class TestHeapFreeRatio {
 
   enum Validation {
     VALID,
< prev index next >