diff -r a8754858a7fc -r b8d532cb6420 hotspot/test/gc/metaspace/TestCapacityUntilGCWrapAround.java --- a/hotspot/test/gc/metaspace/TestCapacityUntilGCWrapAround.java Sat May 02 18:40:37 2015 -0700 +++ b/hotspot/test/gc/metaspace/TestCapacityUntilGCWrapAround.java Mon May 04 16:30:07 2015 +0200 @@ -36,8 +36,8 @@ import sun.hotspot.WhiteBox; -import com.oracle.java.testlibrary.Asserts; -import com.oracle.java.testlibrary.Platform; +import jdk.test.lib.Asserts; +import jdk.test.lib.Platform; public class TestCapacityUntilGCWrapAround { private static long MB = 1024 * 1024;