-
Enhancement
-
Resolution: Not an Issue
-
P4
-
9
Implementing JDK-8151069 showed that during the clear next bitmap concurrent phase there are two separate parallel phases, clearing the (next) bitmap and the card live data. The same for when we clear them during concurrent mark abort.
Unify them into a single phase to avoid additional synchronization overhead.
Unify them into a single phase to avoid additional synchronization overhead.
- relates to
-
JDK-8180415 Rebuild remembered sets during the concurrent cycle
- Resolved
-
JDK-8151069 Parallelize clearing the per-thread concurrent mark data structures
- Closed