.hgignore
author johnc
Tue, 04 Aug 2009 16:00:17 -0700
changeset 3590 a268fa66d7fb
parent 0 fd16c54261b3
child 4312 8bc999bb0d48
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:
0
fd16c54261b3 Initial load
duke
parents:
diff changeset
     1
^build/
fd16c54261b3 Initial load
duke
parents:
diff changeset
     2
^dist/
fd16c54261b3 Initial load
duke
parents:
diff changeset
     3
^nbproject/private/