Other |
---|
tbdUnresolved |
Relates :
|
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
|