1. 29 9月, 2010 1 次提交
    • J
      6941395: G1: Use only lock-free versions of region stack push() and pop() · 30fe6365
      johnc 提交于
      Summary: Re-enable use of the lock-free versions of region stack push() and pop() by recording aborted regions in a thread-local structure, which are then processed when scanning of the region stack restarts. The previous locking versions of these routines are retained for diagnostic purposes.
      Reviewed-by: tonyp, ysr
      30fe6365
  2. 09 9月, 2010 1 次提交
  3. 21 9月, 2010 1 次提交
  4. 17 9月, 2010 1 次提交
    • J
      Merge · 44e4df98
      johnc 提交于
      44e4df98
  5. 16 9月, 2010 1 次提交
  6. 14 9月, 2010 1 次提交
    • J
      6981746: G1: SEGV with -XX:+TraceGen0Time · a5cebdbe
      johnc 提交于
      Summary: Pass correct value for length to NumberSeq constructor. Guard dereferences of "body_summary" pointer with a NULL check.
      Reviewed-by: tonyp, ysr
      a5cebdbe
  7. 13 9月, 2010 1 次提交
    • K
      Merge · 69a18a35
      kamg 提交于
      69a18a35
  8. 12 9月, 2010 1 次提交
    • Y
      Merge · 35fc3cb6
      ysr 提交于
      35fc3cb6
  9. 11 9月, 2010 2 次提交
  10. 09 9月, 2010 2 次提交
  11. 08 9月, 2010 1 次提交
  12. 07 9月, 2010 2 次提交
  13. 04 9月, 2010 1 次提交
  14. 01 9月, 2010 3 次提交
  15. 31 8月, 2010 5 次提交
  16. 28 8月, 2010 6 次提交
  17. 27 8月, 2010 4 次提交
  18. 26 8月, 2010 3 次提交
  19. 25 8月, 2010 2 次提交
    • T
      6941275: G1: The MemoryPools are incorrectly supported for G1 · 0807c46f
      tonyp 提交于
      Summary: The way we were caluclating the max value meant that it might fluctuate during the run and this broke some assumptions inside the MBeans framework. This change sets the max value of each pool to -1, which means undefined according to the spec.
      Reviewed-by: mchung, johnc
      0807c46f
    • T
      6978355: renaming for 6961697 · ffaef974
      twisti 提交于
      Summary: This is the renaming part of 6961697 to keep the actual changes small for review.
      Reviewed-by: kvn, never
      ffaef974
  20. 24 8月, 2010 1 次提交