--- a/hotspot/test/gc/g1/TestEagerReclaimHumongousRegionsClearMarkBits.java Sat May 02 18:40:37 2015 -0700
+++ b/hotspot/test/gc/g1/TestEagerReclaimHumongousRegionsClearMarkBits.java Mon May 04 16:30:07 2015 +0200
@@ -36,8 +36,8 @@
import java.util.LinkedList;
import java.util.Random;
-import com.oracle.java.testlibrary.OutputAnalyzer;
-import com.oracle.java.testlibrary.ProcessTools;
+import jdk.test.lib.OutputAnalyzer;
+import jdk.test.lib.ProcessTools;
// An object that has a few references to other instances to slow down marking.
class ObjectWithSomeRefs {