hotspot/test/gc/TestSmallHeap.java
changeset 30604 b8d532cb6420
parent 30247 9925b07bba5b
child 31029 9c1a5254c185
--- a/hotspot/test/gc/TestSmallHeap.java	Sat May 02 18:40:37 2015 -0700
+++ b/hotspot/test/gc/TestSmallHeap.java	Mon May 04 16:30:07 2015 +0200
@@ -57,10 +57,10 @@
  * So, the expected heap size is page_size * 512.
  */
 
-import com.oracle.java.testlibrary.*;
+import jdk.test.lib.*;
 import com.sun.management.HotSpotDiagnosticMXBean;
 import java.lang.management.ManagementFactory;
-import static com.oracle.java.testlibrary.Asserts.*;
+import static jdk.test.lib.Asserts.*;
 
 import sun.hotspot.WhiteBox;