Skip to content

Commit

Permalink
8208699: remove unneeded imports from runtime tests
Browse files Browse the repository at this point in the history
Backport-of: 940ac1c
  • Loading branch information
Amos Shi authored and GoeLin committed Nov 30, 2023
1 parent 4ddc5d7 commit 3988054
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Expand Up @@ -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 {
Expand Down
1 change: 0 additions & 1 deletion test/hotspot/jtreg/runtime/XCheckJniJsig/XCheckJSig.java
Expand Up @@ -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 {
Expand Down

1 comment on commit 3988054

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.