G1ClearBitmapClosure unnecessarily calls G1ConcurrentMark::clear_statistics() (and reset_top_at_mark_start()).
Everything this closure does is only for collection set regions, and those are explicitly excluding from all marking work, so the related data structures should not be in use anyway.
Fixing this should enable very-late initialization of concurrent marking.
Everything this closure does is only for collection set regions, and those are explicitly excluding from all marking work, so the related data structures should not be in use anyway.
Fixing this should enable very-late initialization of concurrent marking.
- is blocked by
-
JDK-8367993 G1: Speed up ConcurrentMark initialization
-
- Open
-