OpenJDK / portola / portola
changeset 51304:8e2f5dad68a0
8208699: remove unneeded imports from runtime tests
Reviewed-by: iklam
author | iignatyev |
---|---|
date | Thu, 02 Aug 2018 16:15:48 -0700 |
parents | 7b1ddbafa134 |
children | 531de4cbaa4f |
files | test/hotspot/jtreg/runtime/SharedArchiveFile/CdsSameObjectAlignment.java test/hotspot/jtreg/runtime/XCheckJniJsig/XCheckJSig.java |
diffstat | 2 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/test/hotspot/jtreg/runtime/SharedArchiveFile/CdsSameObjectAlignment.java Thu Aug 02 14:40:55 2018 -0700 +++ b/test/hotspot/jtreg/runtime/SharedArchiveFile/CdsSameObjectAlignment.java Thu Aug 02 16:15:48 2018 -0700 @@ -36,7 +36,6 @@ import jdk.test.lib.Platform; import jdk.test.lib.cds.CDSTestUtils; import jdk.test.lib.process.OutputAnalyzer; -import jtreg.SkippedException; public class CdsSameObjectAlignment { public static void main(String[] args) throws Exception {
--- a/test/hotspot/jtreg/runtime/XCheckJniJsig/XCheckJSig.java Thu Aug 02 14:40:55 2018 -0700 +++ b/test/hotspot/jtreg/runtime/XCheckJniJsig/XCheckJSig.java Thu Aug 02 16:15:48 2018 -0700 @@ -37,7 +37,6 @@ import jdk.test.lib.process.ProcessTools; import jdk.test.lib.process.OutputAnalyzer; import jdk.test.lib.Platform; -import jtreg.SkippedException; public class XCheckJSig { public static void main(String args[]) throws Throwable {