From 940ac1cddc3317ced9a5c9b6b0f1c85b8fd6cdaf Mon Sep 17 00:00:00 2001 From: Igor Ignatyev Date: Thu, 2 Aug 2018 16:15:48 -0700 Subject: [PATCH] 8208699: remove unneeded imports from runtime tests Reviewed-by: iklam --- .../jtreg/runtime/SharedArchiveFile/CdsSameObjectAlignment.java | 1 - test/hotspot/jtreg/runtime/XCheckJniJsig/XCheckJSig.java | 1 - 2 files changed, 2 deletions(-) diff --git a/test/hotspot/jtreg/runtime/SharedArchiveFile/CdsSameObjectAlignment.java b/test/hotspot/jtreg/runtime/SharedArchiveFile/CdsSameObjectAlignment.java index fabeb20e4b5..54b00be3eac 100644 --- a/test/hotspot/jtreg/runtime/SharedArchiveFile/CdsSameObjectAlignment.java +++ b/test/hotspot/jtreg/runtime/SharedArchiveFile/CdsSameObjectAlignment.java @@ -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 { diff --git a/test/hotspot/jtreg/runtime/XCheckJniJsig/XCheckJSig.java b/test/hotspot/jtreg/runtime/XCheckJniJsig/XCheckJSig.java index 92cedbc37be..52c57864658 100644 --- a/test/hotspot/jtreg/runtime/XCheckJniJsig/XCheckJSig.java +++ b/test/hotspot/jtreg/runtime/XCheckJniJsig/XCheckJSig.java @@ -37,7 +37,6 @@ import java.util.Map; 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 {