• J
    6819077: G1: first GC thread coming late into the GC. · 0b612e3c
    johnc 提交于
    Summary: The first worker thread is delayed when entering the GC because it clears the card count table that is used in identifying hot cards. Replace the card count table with a dynamically sized evicting hash table that includes an epoch based counter.
    Reviewed-by: iveresov, tonyp
    0b612e3c
concurrentG1Refine.hpp 5.3 KB