-
Enhancement
-
Resolution: Fixed
-
P4
-
11
-
b13
After Reference Processing there is an extra Reference Enqueue phase that iterates over all pending references.
An extra phase is not required, and can be merged with phase 3 of reference processing.
This would remove this sometimes costly iteration over all pending references another time completely, potentially saving hundreds of ms.
An extra phase is not required, and can be merged with phase 3 of reference processing.
This would remove this sometimes costly iteration over all pending references another time completely, potentially saving hundreds of ms.
- is blocked by
-
JDK-8202018 Move card table clear before enqueuing pending references
-
- Resolved
-
-
JDK-8202021 Improve variable naming in ReferenceProcessor
-
- Resolved
-
- relates to
-
JDK-8202780 Remove EnqueueTask related code from ReferenceProcessor after JDK-8202017
-
- Resolved
-
-
JDK-8173211 G1: Enqueuing dirty cards during reference enqueuing in phase 3 does not scale
-
- Closed
-