.jcheck/conf
author johnc
Tue, 04 Aug 2009 16:00:17 -0700
changeset 3590 a268fa66d7fb
parent 14 a7872c30e803
child 9925 0306baf14388
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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
14
a7872c30e803 6669216: Add jcheck configuration directories
mr
parents:
diff changeset
     1
project=jdk7