OpenJDK / aarch32-port / jdk9-arm3264 / hotspot
changeset 11895:10f876d80ff3
8164608: [TESTBUG] compiler/profiling tests fail to compile
Reviewed-by: ctornqvi
author | dpochepk |
---|---|
date | Tue, 23 Aug 2016 19:30:56 +0300 |
parents | 2629b100a7e3 |
children | 142dffd0a218 |
files | test/compiler/profiling/spectrapredefineclass/Launcher.java test/compiler/profiling/spectrapredefineclass_classloaders/Launcher.java |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/test/compiler/profiling/spectrapredefineclass/Launcher.java Tue Aug 23 13:44:26 2016 +0200 +++ b/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/test/compiler/profiling/spectrapredefineclass_classloaders/Launcher.java Tue Aug 23 13:44:26 2016 +0200 +++ b/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;