JDK-6591159 : Refine assertions and better fix for 6530811
  • Type: Bug
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 7
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2007-08-09
  • Updated: 2011-03-08
  • Resolved: 2011-03-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
6u10Fixed 7Fixed hs11Fixed
Related Reports
Relates :  
Description
Reorganize the code to move _int_mirror, etc. from SystemDictionary to
Universe so that _int_mirror, etc. can be scanned by Universe oops_do().
That is currently being done by a call from Universe to SystemDictionary::shared_oops_do()
and is more logically without the cross call.

Enhance some assertions that were not testing the correct condiction.  See
comments.
The assertions were refined (actually strengthened, not "relaxed" as
the synopsis says).

Comments
EVALUATION Reorganize the code as indicated in the description.
09-08-2007