Merge
authortpivovarova
Tue, 23 Aug 2016 18:03:37 +0000
changeset 40876 5c4adc260369
parent 40874 3a401d85ca3d (diff)
parent 40875 ecd96e20d90c (current diff)
child 40877 a7a6aada8883
Merge
--- a/hotspot/test/compiler/profiling/spectrapredefineclass/Launcher.java	Tue Aug 23 19:53:40 2016 +0300
+++ b/hotspot/test/compiler/profiling/spectrapredefineclass/Launcher.java	Tue Aug 23 18:03:37 2016 +0000
@@ -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 19:53:40 2016 +0300
+++ b/hotspot/test/compiler/profiling/spectrapredefineclass_classloaders/Launcher.java	Tue Aug 23 18:03:37 2016 +0000
@@ -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;