8080100: compiler/rtm/* tests fail due to Compilation failed
authorykantser
Tue, 12 May 2015 10:29:10 +0200
changeset 30620 0e42f4f73460
parent 30619 f02421441c2e
child 30621 85111c80363e
8080100: compiler/rtm/* tests fail due to Compilation failed Reviewed-by: sla
hotspot/test/compiler/testlibrary/rtm/predicate/SupportedCPU.java
--- a/hotspot/test/compiler/testlibrary/rtm/predicate/SupportedCPU.java	Mon May 11 15:06:02 2015 -0400
+++ b/hotspot/test/compiler/testlibrary/rtm/predicate/SupportedCPU.java	Tue May 12 10:29:10 2015 +0200
@@ -28,7 +28,7 @@
 
 import java.util.function.BooleanSupplier;
 
-import com.oracle.java.testlibrary.Platform;
+import jdk.test.lib.Platform;
 
 public class SupportedCPU implements BooleanSupplier {
     @Override