JDK 18 |
---|
18 masterFixed |
Relates :
|
|
Relates :
|
G1CollectedHeap has traditionally been a catch-all bucket for everything related to G1. One big part that is somewhat unrelated to the heap management is the evacuation algorithm applied to the heap during the pause The goal here is to extract the algorithm into a separate class (e.g. G1YoungCollector) that contains all collection pause related code, disentangling the algorithm applied similar to G1FullCollector from the generic CollectedHeap functionality.
|