1. 19 3月, 2010 2 次提交
    • T
      6935821: G1: threads created during marking do not active their SATB queues · 9677603a
      tonyp 提交于
      Summary: Newly-created threads always had the active field of their SATB queue initialized to false, even if they were created during marking. As a result, updates from threads created during a marking cycle were never enqueued and never processed. The fix includes remaining a method from active() to is_active() for readability and naming consistency.
      Reviewed-by: ysr, johnc
      9677603a
    • J
      6935839: excessive marking stack growth during full gcs · 81554d51
      jcoomes 提交于
      Summary: process one item at a time from the objarray stack/queue
      Reviewed-by: apetrusenko, tonyp
      81554d51
  2. 18 3月, 2010 3 次提交
  3. 17 3月, 2010 2 次提交
  4. 16 3月, 2010 1 次提交
  5. 12 3月, 2010 1 次提交
    • J
      6755988: G1: assert(new_obj != 0 || ... "should be forwarded") · 195509ea
      johnc 提交于
      Summary: A TLAB became large enough to be considered a humongous object allowing multiple objects to be allocated in a humongous region, which violates a basic assumption about humongous regions. The changes ensure that TLABs cannot be regarded as humongous.
      Reviewed-by: iveresov, tonyp
      195509ea
  6. 11 3月, 2010 1 次提交
  7. 05 3月, 2010 1 次提交
  8. 10 3月, 2010 1 次提交
  9. 04 3月, 2010 2 次提交
  10. 03 3月, 2010 1 次提交
  11. 02 3月, 2010 1 次提交
  12. 27 2月, 2010 1 次提交
  13. 26 2月, 2010 3 次提交
  14. 25 2月, 2010 1 次提交
  15. 24 2月, 2010 3 次提交
  16. 23 2月, 2010 1 次提交
  17. 20 2月, 2010 2 次提交
  18. 19 2月, 2010 1 次提交
  19. 18 2月, 2010 1 次提交
  20. 17 2月, 2010 2 次提交
  21. 13 2月, 2010 1 次提交
  22. 12 2月, 2010 1 次提交
    • I
      6923991: G1: improve scalability of RSet scanning · 88955d77
      iveresov 提交于
      Summary: Implemented block-based work stealing. Moved copying during the rset scanning phase to the main copying phase. Made the size of rset table depend on the region size.
      Reviewed-by: apetrusenko, tonyp
      88955d77
  23. 10 2月, 2010 2 次提交
  24. 09 2月, 2010 3 次提交
  25. 08 2月, 2010 1 次提交
  26. 06 2月, 2010 1 次提交