OpenJDK / aarch32-port / jdk9-arm3264 / hotspot
changeset 11896:142dffd0a218
Merge
author | dpochepk |
---|---|
date | Tue, 23 Aug 2016 18:57:21 +0200 |
parents | 4fe8f74f70d0 10f876d80ff3 |
children | c4da53d89b97 |
files | |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/test/compiler/profiling/spectrapredefineclass/Launcher.java Tue Aug 23 15:16:45 2016 +0000 +++ b/test/compiler/profiling/spectrapredefineclass/Launcher.java Tue Aug 23 18:57:21 2016 +0200 @@ -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 15:16:45 2016 +0000 +++ b/test/compiler/profiling/spectrapredefineclass_classloaders/Launcher.java Tue Aug 23 18:57:21 2016 +0200 @@ -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;