RFR: JDK-8067945: SVC jdk/test/* should be cleaned from JRE layout dependency

Jaroslav Bachorik jaroslav.bachorik at oracle.com
Tue Jan 13 12:09:07 UTC 2015


Hi Alexander,

test/com/sun/tools/attach/BasicTests.java
L84 can be completely removed; no need to put <test_jdk> on classpath

test/com/sun/tools/attach/PermissionTest.java
L77 can be completely removed; no need to put <test_jdk> on classpath

test/com/sun/tools/attach/TempDirTest.java
L126 can be completely removed; no need to put <test_jdk> on classpath

test/sun/management/jmxremote/bootstrap/CustomLauncherTest.java
L149-154 can be completely removed; no need to put <test_jdk> on classpath

test/sun/management/jmxremote/bootstrap/LocalManagementTest.java
L136-141 can be completely removed; no need to put <test_jdk> on classpath

-JB-

On 13.1.2015 12:44, Alexander Kulyakhtin wrote:
> Hi,
>
> Could I please have a review of this fix.
>
> bug: https://bugs.openjdk.java.net/browse/JDK-8067945
> webrev: http://cr.openjdk.java.net/~eistepan/~akulyakhtin/8067945/webrev.00/
>
> References to tools.jar are removed from the tests as jdk9 drops tools.jar
>
>
> Thanks,
> Alex
>



More information about the serviceability-dev mailing list