langtools/.jcheck/conf
author johnc
Tue, 04 Aug 2009 16:00:17 -0700
changeset 3590 a268fa66d7fb
parent 160 564d8dc66b61
child 10175 9adcace810dd
permissions -rw-r--r--
6819077: G1: first GC thread coming late into the GC. 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

project=jdk7