• J
    6819077: G1: first GC thread coming late into the GC. · c046dd73
    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
    c046dd73
g1RemSet.cpp 33.0 KB