--- old/test/gc/g1/TestEagerReclaimHumongousRegionsClearMarkBits.java 2015-04-28 14:49:14.773863168 +0300 +++ new/test/gc/g1/TestEagerReclaimHumongousRegionsClearMarkBits.java 2015-04-28 14:49:14.701863170 +0300 @@ -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 {