JDK-8060005 : Remove dependency on jconsole.jar from com/sun/tools/extcheck/TestExtcheckArgs.java
  • Type: Bug
  • Component: tools
  • Sub-Component: jar
  • Affected Version: 9-repo-jigsaw
  • Priority: P3
  • Status: Closed
  • Resolution: Not an Issue
  • Submitted: 2014-10-09
  • Updated: 2014-11-02
  • Resolved: 2014-11-02
Related Reports
Relates :  
Description
The jigsaw/m2 forest is currently accumulating the changes for the move to a modular image. The modular image will replace the current JRE/JDK layout. The replacement for j2sdk-image will not not have a top-level "jre" directory. The replacement for both j2sdk-image and j2re-image will not contain rt.jar, tools.jar and other JAR files, instead the classes and resources will be stored in a new container format. 

com/sun/tools/extcheck/TestExtcheckArgs.java needs to be updated to remove its dependency on jconsole.jar that ships with the JDK. There will be no jconsole.jar or other JAR files in the modular image.
Comments
This test was removed as part of the removal of the extcheck tool.
02-11-2014

Re-assigning to Pavel as he is removing this tool.
15-10-2014

Please reassign this accordingly.
14-10-2014

I've added this test to the exclude list (ProblemList.txt) on the assumption that it will be removed when extcheck is removed.
14-10-2014

It's possible that extcheck will be removed in JDK 9 (see JDK-8042888), in which case it might not be worth updating this test.
09-10-2014