.hgignore
author johnc
Mon, 03 Aug 2009 12:59:30 -0700
changeset 3589 abdd970c243d
parent 0 fd16c54261b3
child 4312 8bc999bb0d48
permissions -rw-r--r--
6865703: G1: Parallelize hot card cache cleanup Summary: Have the GC worker threads clear the hot card cache in parallel by having each worker thread claim a chunk of the card cache and process the cards in that chunk. The size of the chunks that each thread will claim is determined at VM initialization from the size of the card cache and the number of worker threads. Reviewed-by: jmasa, 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/