1. 05 8月, 2009 1 次提交
    • 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
  2. 04 8月, 2009 1 次提交
    • J
      6865703: G1: Parallelize hot card cache cleanup · 8763012d
      johnc 提交于
      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
      8763012d
  3. 03 8月, 2009 3 次提交
  4. 01 8月, 2009 1 次提交
    • Y
      Merge · a86d61a9
      ysr 提交于
      a86d61a9
  5. 31 7月, 2009 2 次提交
    • C
      Merge · 52d29c69
      coleenp 提交于
      52d29c69
    • T
      6866591: G1: print update buffer processing stats more often · 0fbbce22
      tonyp 提交于
      Summary: It adds parameter -XX:+G1SummarizeRSetStatsPeriod that causes update buffer processing information to be printed periodically. It also includes two small formatting changes.
      Reviewed-by: jmasa, jcoomes, ysr
      0fbbce22
  6. 30 7月, 2009 1 次提交
    • T
      Merge · 4792adf4
      trims 提交于
      4792adf4
  7. 29 7月, 2009 4 次提交
  8. 28 7月, 2009 2 次提交
  9. 25 7月, 2009 5 次提交
  10. 24 7月, 2009 1 次提交
  11. 23 7月, 2009 2 次提交
  12. 22 7月, 2009 4 次提交
  13. 17 7月, 2009 7 次提交
  14. 16 7月, 2009 2 次提交
  15. 15 7月, 2009 2 次提交
  16. 14 7月, 2009 2 次提交