JDK-6692906 : CMS: parallel concurrent marking may be prone to hanging or stalling mutators for periods of time
  • Type: Bug
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: hs12,hs20,6u14,7
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: generic,linux
  • CPU: generic,x86
  • Submitted: 2008-04-23
  • Updated: 2013-09-12
  • Resolved: 2011-03-07
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
6u22-revFixed 7Fixed hs19Fixed
Related Reports
Relates :  
Relates :  
Description
The situation is most easily exhibited on, for example, a Huron or Maramba,
where we get a large number of ParallelCMSThreads, using one of the
vm.parallel_class_loading tests.

Comments
EVALUATION http://hg.openjdk.java.net/jdk7/hotspot/hotspot/rev/c99c53f07c14
09-10-2010

SUGGESTED FIX See URL in Evaluation section for final fix & for backports.
01-10-2010

EVALUATION http://hg.openjdk.java.net/jdk7/hotspot-gc/hotspot/rev/c99c53f07c14
30-09-2010

EVALUATION See comments section.
23-04-2008

WORK AROUND Disable parallel concurrent marking via either:- -XX:-CMSConcurrentMTEnabled OR -XX:ParallelCMSThreads=0
23-04-2008