JDK-2185421 : Stress test crashes during HeapInspection using ParallelGC.
  • Type: Backport
  • Backport of: JDK-6897143
  • Component: hotspot
  • Sub-Component: gc
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2009-11-24
  • Updated: 2010-05-07
  • Resolved: 2009-12-23
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.
Other JDK 6
5.0u23-rev b02Fixed 6u20-revFixed
Comments
EVALUATION During HeapInspection::heap_inspection, there is no call to ensure_parsability() before doing the heap walk... (which does happen before a real GC with the parallel collector).
14-12-2009