JDK-8032763 : Remove use of sun.misc.Ref from hprof parser in testlibrary
Type:Bug
Component:core-svc
Sub-Component:tools
Affected Version:9
Priority:P4
Status:Resolved
Resolution:Fixed
Submitted:2014-01-27
Updated:2015-11-09
Resolved:2015-07-09
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 sources to the jhat tool contain a reference of sun.misc.Ref. The type sun.misc.Ref was removed from JDK 9 (JDK-8032397). While not strictly necessary, it would be cleaner if jhat no longer referred to the removed type.