JDK-7165259 : Remove BugSpot
  • Type: Bug
  • Component: hotspot
  • Sub-Component: svc
  • Affected Version: hs24
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2012-04-30
  • Updated: 2017-11-13
  • Resolved: 2013-02-22
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.

To download the current JDK release, click here.
JDK 8 Other
8Fixed hs25Fixed
Related Reports
Relates :  
Description
I'd like to remove the BugSpot front end from SA in an effort to clean up the SA code and reduce the number of implementations. My understanding is that BugSpot was intended as a more general native debugger not only focused on the JVM, but that it was never fully implemented. I don't think there is a need for a general-purpose debugger in SA.

The features that will change are:
* BugSpot graphical UI will be removed
* PStack and PMap will no longer be able to operate on executables other than the JVM
* Some code only referenced from BugSpot will be removed