Blocks :
|
|
Relates :
|
In G1ParTask::do_work() G1 merges the thread local age tables with the global one. However, in later phases G1 continues to evacuate objects into the survivor spaces during java.lang.Reference processing (and CM reference processing). This means that the age information to determine survivor size is incomplete. Both CMS and Serial GC count them.
|