--- old/test/gc/g1/TestEagerReclaimHumongousRegionsWithRefs.java 2016-08-11 13:29:53.513680700 -0400 +++ new/test/gc/g1/TestEagerReclaimHumongousRegionsWithRefs.java 2016-08-11 13:29:53.109349100 -0400 @@ -30,7 +30,7 @@ * referencing that we know is in the old gen. After changing this reference, the object * should still be eagerly reclaimable to avoid Full GC. * @key gc - * @library /testlibrary + * @library /test/lib * @modules java.base/jdk.internal.misc * java.management */ @@ -39,8 +39,8 @@ import java.util.regex.Matcher; import java.util.LinkedList; -import jdk.test.lib.OutputAnalyzer; -import jdk.test.lib.ProcessTools; +import jdk.test.lib.process.OutputAnalyzer; +import jdk.test.lib.process.ProcessTools; import static jdk.test.lib.Asserts.*; class RefHolder {