1. 03 11月, 2010 1 次提交
  2. 02 11月, 2010 1 次提交
    • J
      Merge · 24f9bbb7
      jcoomes 提交于
      24f9bbb7
  3. 29 10月, 2010 1 次提交
  4. 27 10月, 2010 3 次提交
  5. 26 10月, 2010 1 次提交
    • A
      Merge · e1af249a
      acorn 提交于
      e1af249a
  6. 24 10月, 2010 1 次提交
  7. 23 10月, 2010 1 次提交
  8. 22 10月, 2010 1 次提交
    • Y
      6992998: CMSWaitDuration=0 causes hangs with +ExplicitGCInvokesConcurrent · 41f9c77a
      ysr 提交于
      Summary: Closed a timing hole during which concurrent full gc requests can be missed. The hole can increase the latency of the response to a full gc request by up to the value of CMSWaitDuration. If CMSWaitDuration=0 is, as currently, interpreted as an unbounded wait, suitable in certain tuning scenarios, the application can potentially hang. Made two obscure tunables, including CMSWaitDuration, manageable.
      Reviewed-by: jcoomes, tonyp
      41f9c77a
  9. 21 10月, 2010 3 次提交
  10. 20 10月, 2010 1 次提交
  11. 19 10月, 2010 1 次提交
    • N
      Merge · 044288ff
      never 提交于
      044288ff
  12. 17 10月, 2010 1 次提交
    • T
      6991377: G1: race between concurrent refinement and humongous object allocation · a9a0cccb
      tonyp 提交于
      Summary: There is a race between the concurrent refinement threads and the humongous object allocation that can cause the concurrent refinement threads to corrupt the part of the BOT that it is being initialized by the humongous object allocation operation. The solution is to do the humongous object allocation in careful steps to ensure that the concurrent refinement threads always have a consistent view over the BOT, region contents, and top. The fix includes some very minor tidying up in sparsePRT.
      Reviewed-by: jcoomes, johnc, ysr
      a9a0cccb
  13. 19 10月, 2010 1 次提交
    • J
      6988458: G1: assert(mr.end() <= _cm->finger()) failed: otherwise the region... · f0680241
      johnc 提交于
      6988458: G1: assert(mr.end() <= _cm->finger()) failed: otherwise the region shouldn't be on the stack
      Summary: The changes from 6941395 did not clear the CMTask::_aborted_region fields when concurrent marking aborted because of overflow. As a result, the next time around we could see a memory region whose start address was above the global finger and the assertion tripped. Moved the clearing of the aborted regions to ConcurrentMark::clear_marking_state, which is executed on all of the exit paths.
      Reviewed-by: tonyp, ysr, jmasa
      f0680241
  14. 16 10月, 2010 3 次提交
  15. 15 10月, 2010 5 次提交
  16. 14 10月, 2010 3 次提交
  17. 13 10月, 2010 6 次提交
  18. 12 10月, 2010 2 次提交
  19. 11 10月, 2010 1 次提交
  20. 09 10月, 2010 1 次提交
    • J
      Merge · 7d9eea06
      jcoomes 提交于
      7d9eea06
  21. 08 10月, 2010 2 次提交