Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
8186548: move jdk.testlibrary.JcmdBase closer to tests
Backport-of: 56ee0fc
  • Loading branch information
GoeLin committed Mar 11, 2022
1 parent 50ac138 commit 39974dc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2013, 2018, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
Expand All @@ -21,10 +21,12 @@
* questions.
*/

package jdk.testlibrary;

import java.util.Arrays;

import jdk.testlibrary.OutputAnalyzer;
import jdk.testlibrary.ProcessTools;
import jdk.testlibrary.JDKToolLauncher;

/**
* Helper class for starting jcmd process.
* <pre>
Expand Down
1 change: 0 additions & 1 deletion test/jdk/sun/tools/jcmd/TestJcmdDefaults.java
Expand Up @@ -30,7 +30,6 @@
import java.nio.file.Paths;
import java.util.List;

import jdk.testlibrary.JcmdBase;
import jdk.testlibrary.OutputAnalyzer;
import jdk.testlibrary.Utils;

Expand Down
3 changes: 1 addition & 2 deletions test/jdk/sun/tools/jcmd/TestJcmdSanity.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2011, 2018, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
Expand Down Expand Up @@ -30,7 +30,6 @@
import java.nio.file.Paths;
import java.util.List;

import jdk.testlibrary.JcmdBase;
import jdk.testlibrary.OutputAnalyzer;
import jdk.testlibrary.ProcessTools;
import jdk.testlibrary.Utils;
Expand Down

1 comment on commit 39974dc

@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.