JDK-6826261 : class file dumping from SA is broken
  • Type: Bug
  • Component: hotspot
  • Sub-Component: svc
  • Affected Version: hs15
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: solaris_9
  • CPU: sparc
  • Submitted: 2009-04-03
  • Updated: 2010-07-09
  • Resolved: 2009-05-08
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 6 JDK 7 Other
6u18Fixed 7Fixed hs16Fixed
Description
The serviceability agent has the ability to reconstruct class files from process images which can sometimes be critical to debugging a crash.  Currently there are some problems with how it does this.  In particular it's logic for selecting a version number if broken, the handling of the synthetic attribute can cause invalid class files to be emitted, handling of RewriteFrequentPairs results in corrupted class files.

Comments
EVALUATION http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/1f2abec69714
04-04-2009