Skip to content

Commit 3988054

Browse files
Amos ShiGoeLin
Amos Shi
authored andcommitted
8208699: remove unneeded imports from runtime tests
Backport-of: 940ac1c
1 parent 4ddc5d7 commit 3988054

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

test/hotspot/jtreg/runtime/SharedArchiveFile/CdsSameObjectAlignment.java

-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
import jdk.test.lib.Platform;
3737
import jdk.test.lib.cds.CDSTestUtils;
3838
import jdk.test.lib.process.OutputAnalyzer;
39-
import jtreg.SkippedException;
4039

4140
public class CdsSameObjectAlignment {
4241
public static void main(String[] args) throws Exception {

test/hotspot/jtreg/runtime/XCheckJniJsig/XCheckJSig.java

-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
import jdk.test.lib.process.ProcessTools;
3838
import jdk.test.lib.process.OutputAnalyzer;
3939
import jdk.test.lib.Platform;
40-
import jtreg.SkippedException;
4140

4241
public class XCheckJSig {
4342
public static void main(String args[]) throws Throwable {

0 commit comments

Comments
 (0)