1. 26 9月, 2011 1 次提交
  2. 04 4月, 2011 1 次提交
  3. 05 3月, 2011 1 次提交
  4. 03 2月, 2011 1 次提交
  5. 20 1月, 2011 1 次提交
    • T
      6977804: G1: remove the zero-filling thread · 0ed267ef
      tonyp 提交于
      Summary: This changeset removes the zero-filling thread from G1 and collapses the two free region lists we had before (the "free" and "unclean" lists) into one. The new free list uses the new heap region sets / lists abstractions that we'll ultimately use it to keep track of all regions in the heap. A heap region set was also introduced for the humongous regions. Finally, this change increases the concurrency between the thread that completes freeing regions (after a cleanup pause) and the rest of the system (before we'd have to wait for said thread to complete before allocating a new region). The changest also includes a lot of refactoring and code simplification.
      Reviewed-by: jcoomes, johnc
      0ed267ef
  6. 24 11月, 2010 1 次提交
  7. 09 9月, 2010 1 次提交
  8. 04 9月, 2010 1 次提交
    • I
      6953144: Tiered compilation · d2bc8599
      iveresov 提交于
      Summary: Infrastructure for tiered compilation support (interpreter + c1 + c2) for 32 and 64 bit. Simple tiered policy implementation.
      Reviewed-by: kvn, never, phh, twisti
      d2bc8599
  9. 28 8月, 2010 1 次提交
  10. 17 7月, 2010 1 次提交
  11. 28 5月, 2010 2 次提交
  12. 04 3月, 2010 1 次提交
  13. 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
  14. 22 4月, 2009 1 次提交
  15. 09 4月, 2009 1 次提交
  16. 28 2月, 2009 1 次提交
    • T
      6810672: Comment typos · 460de015
      twisti 提交于
      Summary: I have collected some typos I have found while looking at the code.
      Reviewed-by: kvn, never
      460de015
  17. 16 2月, 2009 1 次提交
  18. 03 2月, 2009 1 次提交
  19. 25 12月, 2008 1 次提交
  20. 05 9月, 2008 1 次提交
  21. 10 7月, 2008 1 次提交
  22. 03 7月, 2008 1 次提交
    • X
      6719955: Update copyright year · b85ed448
      xdono 提交于
      Summary: Update copyright year for files that have been modified in 2008
      Reviewed-by: ohair, tbell
      b85ed448
  23. 07 5月, 2008 1 次提交
  24. 14 4月, 2008 1 次提交
  25. 26 2月, 2008 1 次提交
  26. 01 12月, 2007 1 次提交