8208699: remove unneeded imports from runtime tests
authoriignatyev
Thu, 02 Aug 2018 16:15:48 -0700
changeset 51288 8e2f5dad68a0
parent 51287 7b1ddbafa134
child 51289 531de4cbaa4f
8208699: remove unneeded imports from runtime tests Reviewed-by: iklam
test/hotspot/jtreg/runtime/SharedArchiveFile/CdsSameObjectAlignment.java
test/hotspot/jtreg/runtime/XCheckJniJsig/XCheckJSig.java
--- 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 {