JDK-8152847 : JDI use of sun.boot.class.path needs to be updated for Jigsaw
Type:Bug
Component:core-svc
Sub-Component:debugger
Affected Version:9
Priority:P3
Status:Resolved
Resolution:Fixed
OS:generic
CPU:generic
Submitted:2016-03-28
Updated:2016-05-26
Resolved:2016-04-20
The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
The system property sun.boot.class.path will not be available in JDK 9. The
com/sun/jdi package should be updated.
Comments
Following files in jdk.jdi refers to bootclasspath:
src/jdk.jdi/share/classes/com/sun/jdi/PathSearchingVirtualMachine.java
src/jdk.jdi/share/classes/com/sun/tools/jdi/VirtualMachineImpl.java
src/jdk.jdi/share/classes/com/sun/tools/example/debug/tty/Commands.java
src/jdk.jdi/share/classes/com/sun/tools/example/debug/tty/TTYResources.java
src/jdk.jdi/share/classes/com/sun/tools/example/debug/tty/TTYResources_ja.java
src/jdk.jdi/share/classes/com/sun/tools/example/debug/tty/TTYResources_zh_CN.java