1. 24 9月, 2009 1 次提交
  2. 16 9月, 2009 1 次提交
  3. 15 8月, 2009 1 次提交
  4. 05 8月, 2009 1 次提交
    • J
      6819077: G1: first GC thread coming late into the GC. · 0b612e3c
      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
      0b612e3c
  5. 04 8月, 2009 1 次提交
    • J
      6865703: G1: Parallelize hot card cache cleanup · 222c111b
      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
      222c111b
  6. 31 7月, 2009 1 次提交
  7. 02 9月, 2009 1 次提交
    • Y
      4957990: Perm heap bloat in JVM · 645483b8
      ysr 提交于
      Summary: Treat ProfileData in MDO's as a source of weak, not strong, roots. Fixes the bug for stop-world collection -- the case of concurrent collection will be fixed separately.
      Reviewed-by: jcoomes, jmasa, kvn, never
      645483b8
  8. 31 8月, 2009 1 次提交
  9. 25 8月, 2009 1 次提交
  10. 20 8月, 2009 1 次提交
    • T
      6871111: G1: remove the concurrent overhead tracker · 72c54744
      tonyp 提交于
      Summary: Removing the concurrent overhead tracker from G1, along with the GC overhead reporter and the G1AccountConcurrentOverhead (both of which rely on the the concurrent overhead tracker).
      Reviewed-by: iveresov, johnc
      72c54744
  11. 31 7月, 2009 1 次提交
    • T
      6866591: G1: print update buffer processing stats more often · a2578076
      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
      a2578076
  12. 29 7月, 2009 2 次提交
  13. 23 7月, 2009 1 次提交
  14. 22 7月, 2009 1 次提交
  15. 16 7月, 2009 1 次提交
  16. 15 7月, 2009 1 次提交
  17. 08 7月, 2009 1 次提交
  18. 30 6月, 2009 1 次提交
  19. 24 6月, 2009 1 次提交
    • T
      6850869: G1: RSet "scrubbing" scrubs too much · 76176373
      tonyp 提交于
      Summary: RSet scrubbing incorrectly deletes RSet entries that point to regions tagged as "continues humongous" due to a race when RSet scrubbing iterates over regions in parallel.
      Reviewed-by: apetrusenko, iveresov
      76176373
  20. 13 6月, 2009 1 次提交
  21. 09 6月, 2009 1 次提交
  22. 08 6月, 2009 1 次提交
  23. 12 6月, 2009 1 次提交
  24. 07 6月, 2009 1 次提交
  25. 19 5月, 2009 2 次提交
  26. 12 5月, 2009 1 次提交
    • I
      6484957: G1: parallel concurrent refinement · e4f9aca8
      iveresov 提交于
      6826318: G1: remove traversal-based refinement code
      Summary: Removed traversal-based refinement code as it's no longer used. Made the concurrent refinement (queue-based) parallel.
      Reviewed-by: tonyp
      e4f9aca8
  27. 06 5月, 2009 1 次提交
  28. 01 5月, 2009 1 次提交
  29. 28 4月, 2009 1 次提交
  30. 24 4月, 2009 1 次提交
  31. 29 3月, 2009 1 次提交
  32. 26 3月, 2009 2 次提交
  33. 22 3月, 2009 1 次提交
  34. 21 3月, 2009 1 次提交
  35. 17 3月, 2009 2 次提交
  36. 16 3月, 2009 1 次提交