8164608: [TESTBUG] compiler/profiling tests fail to compile
authordpochepk
Tue, 23 Aug 2016 19:30:56 +0300
changeset 40873 c5a1f8845a0c
parent 40871 82848b0654f8
child 40874 3a401d85ca3d
8164608: [TESTBUG] compiler/profiling tests fail to compile Reviewed-by: ctornqvi
hotspot/test/compiler/profiling/spectrapredefineclass/Launcher.java
hotspot/test/compiler/profiling/spectrapredefineclass_classloaders/Launcher.java
--- a/hotspot/test/compiler/profiling/spectrapredefineclass/Launcher.java	Tue Aug 23 13:44:26 2016 +0200
+++ b/hotspot/test/compiler/profiling/spectrapredefineclass/Launcher.java	Tue Aug 23 19:30:56 2016 +0300
@@ -40,7 +40,7 @@
 package compiler.profiling.spectrapredefineclass;
 
 import jdk.test.lib.JDKToolLauncher;
-import jdk.test.lib.OutputAnalyzer;
+import jdk.test.lib.process.OutputAnalyzer;
 
 import java.io.File;
 import java.io.IOException;
--- a/hotspot/test/compiler/profiling/spectrapredefineclass_classloaders/Launcher.java	Tue Aug 23 13:44:26 2016 +0200
+++ b/hotspot/test/compiler/profiling/spectrapredefineclass_classloaders/Launcher.java	Tue Aug 23 19:30:56 2016 +0300
@@ -43,7 +43,7 @@
 package compiler.profiling.spectrapredefineclass_classloaders;
 
 import jdk.test.lib.JDKToolLauncher;
-import jdk.test.lib.OutputAnalyzer;
+import jdk.test.lib.process.OutputAnalyzer;
 
 import java.io.File;
 import java.io.IOException;