-
Type:
Enhancement
-
Resolution: Unresolved
-
Priority:
P4
-
Affects Version/s: None
-
Component/s: hotspot
Currently refinement is based on current mutator activity, which may cause needless re-refinement.
Actually it is only required to try to get the number of scanned cards down to a minimum just before garbage collection. The remaining time they can sit on the card table.
I.e. ideally only refine once completing just before gc. That could also fix/improveJDK-8368935.
Actually it is only required to try to get the number of scanned cards down to a minimum just before garbage collection. The remaining time they can sit on the card table.
I.e. ideally only refine once completing just before gc. That could also fix/improve
- duplicates
-
JDK-8368935 G1: Too much refinement activity after JEP 522 causing throughput regression in stress test
-
- Closed
-
- relates to
-
JDK-8368935 G1: Too much refinement activity after JEP 522 causing throughput regression in stress test
-
- Closed
-
-
JDK-8342382 Implement JEP 522: G1 GC: Improve Throughput by Reducing Synchronization
-
- Resolved
-