1. 02 4月, 2009 1 次提交
  2. 01 4月, 2009 1 次提交
    • K
      Merge · 6507eb9c
      kvn 提交于
      6507eb9c
  3. 31 3月, 2009 1 次提交
  4. 29 3月, 2009 1 次提交
  5. 28 3月, 2009 4 次提交
  6. 27 3月, 2009 5 次提交
  7. 26 3月, 2009 4 次提交
  8. 25 3月, 2009 5 次提交
  9. 24 3月, 2009 1 次提交
  10. 23 3月, 2009 1 次提交
    • A
      Merge · bddea71a
      acorn 提交于
      bddea71a
  11. 22 3月, 2009 1 次提交
  12. 21 3月, 2009 2 次提交
  13. 20 3月, 2009 3 次提交
  14. 19 3月, 2009 2 次提交
  15. 18 3月, 2009 1 次提交
    • T
      Merge · 9bfa2d9f
      tonyp 提交于
      9bfa2d9f
  16. 17 3月, 2009 2 次提交
  17. 16 3月, 2009 5 次提交
    • T
      6816154: G1: introduce flags to enable/disable RSet updating and scanning · d57f2ccc
      tonyp 提交于
      Summary: Introduces two flags, -XX:-/+G1EnableParallelRSetUpdating and -XX:-/+G1EnableParallelRSetScanning, to turn on/off the "band aid" fix that serializes RSet updating / scanning during GCs.
      Reviewed-by: iveresov
      d57f2ccc
    • I
      6817419: G1: Enable extensive verification for humongous regions · 7439228d
      iveresov 提交于
      Summary: Enabled full verification for humongous regions. Also made sure that the VerifyAfterGC works with deferred updates and G1HRRSFlushLogBuffersOnVerify.
      Reviewed-by: tonyp
      7439228d
    • A
      Merge · 579d807c
      acorn 提交于
      579d807c
    • T
      6604422: G1: re-use half-promoted regions · 98b19c84
      tonyp 提交于
      6728271: G1: Cleanup G1CollectedHeap::get_gc_alloc_regions()
      Summary: It allows the last half-full region to be allocated to during a GC to be reused during the next GC.
      Reviewed-by: apetrusenko, jcoomes
      98b19c84
    • P
      6812971: SA: re-attaching to process fails · ab1614e2
      poonam 提交于
      Summary: After attaching, de-attaching SA from a process, the second time attach() call fails. This happens because in VM.initialize(), Universe does not get re-initialized before it is accessed.
      Reviewed-by: swamyv
      ab1614e2