Skip to content

Commit 39974dc

Browse files
committed
8186548: move jdk.testlibrary.JcmdBase closer to tests
Backport-of: 56ee0fc
1 parent 50ac138 commit 39974dc

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

test/jdk/lib/testlibrary/jdk/testlibrary/JcmdBase.java renamed to test/jdk/sun/tools/jcmd/JcmdBase.java

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2013, 2018, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -21,10 +21,12 @@
2121
* questions.
2222
*/
2323

24-
package jdk.testlibrary;
25-
2624
import java.util.Arrays;
2725

26+
import jdk.testlibrary.OutputAnalyzer;
27+
import jdk.testlibrary.ProcessTools;
28+
import jdk.testlibrary.JDKToolLauncher;
29+
2830
/**
2931
* Helper class for starting jcmd process.
3032
* <pre>

test/jdk/sun/tools/jcmd/TestJcmdDefaults.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
import java.nio.file.Paths;
3131
import java.util.List;
3232

33-
import jdk.testlibrary.JcmdBase;
3433
import jdk.testlibrary.OutputAnalyzer;
3534
import jdk.testlibrary.Utils;
3635

test/jdk/sun/tools/jcmd/TestJcmdSanity.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2011, 2018, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -30,7 +30,6 @@
3030
import java.nio.file.Paths;
3131
import java.util.List;
3232

33-
import jdk.testlibrary.JcmdBase;
3433
import jdk.testlibrary.OutputAnalyzer;
3534
import jdk.testlibrary.ProcessTools;
3635
import jdk.testlibrary.Utils;

0 commit comments

Comments
 (0)