In JDK-8253343 we move the young collection algorithm code out of G1CollectedHeap.
Look if it is useful to move young collection specific data structures, i.e. ones that are only used during young collection, (from G1CollectedHeap, or HeapRegion) into per-young collection data structure(s).
This is likely to be a placeholder CR and may be split into multiple down the line
Look if it is useful to move young collection specific data structures, i.e. ones that are only used during young collection, (from G1CollectedHeap, or HeapRegion) into per-young collection data structure(s).
This is likely to be a placeholder CR and may be split into multiple down the line
- relates to
-
JDK-8273439 Fix G1CollectedHeap includes and forward declarations
-
- Resolved
-
-
JDK-8274927 Remove unnecessary G1ArchiveAllocator code
-
- Resolved
-
-
JDK-8253343 Extract G1 Young GC algorithm related code from G1CollectedHeap
-
- Resolved
-
-
JDK-8273492 Move evacuation failure handling into G1YoungCollector
-
- Resolved
-