JDK-8151069 : Parallelize clearing the per-thread concurrent mark data structures
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 9
  • Priority: P3
  • Status: Closed
  • Resolution: Won't Fix
  • Submitted: 2016-03-02
  • Updated: 2018-06-21
  • Resolved: 2016-03-14
Related Reports
Duplicate :  
Relates :  
Relates :  
Description
Clearing the per-thread concurrent mark data structures is single threaded. This is a bad idea in case of large heaps, significantly lengthening the concurrent mark cycle.

Parallelize this phase.
Comments
By taking a different approach in JDK-8077144, this change is not required any more.
14-03-2016