1. 01 12月, 2011 1 次提交
  2. 30 11月, 2011 1 次提交
  3. 23 11月, 2011 2 次提交
  4. 18 11月, 2011 1 次提交
    • J
      7112743: G1: Reduce overhead of marking closure during evacuation pauses · 9ee12139
      johnc 提交于
      Summary: Parallelize the serial code that was used to mark objects reachable from survivor objects in the collection set. Some minor improvments in the timers used to track the freeing of the collection set along with some tweaks to PrintGCDetails.
      Reviewed-by: tonyp, brutisso
      9ee12139
  5. 29 11月, 2011 1 次提交
    • J
      7114303: G1: assert(_g1->mark_in_progress()) failed: shouldn't be here otherwise · 4fd871ca
      johnc 提交于
      Summary: Race between the VM thread reading G1CollectedHeap::_mark_in_progress and it being set by the concurrent mark thread when concurrent marking is aborted by a full GC. Have the concurrent mark thread join the SuspendibleThreadSet before changing the marking state.
      Reviewed-by: tonyp, brutisso
      4fd871ca
  6. 17 11月, 2011 1 次提交
  7. 16 11月, 2011 1 次提交
  8. 10 11月, 2011 2 次提交
  9. 09 11月, 2011 5 次提交
  10. 08 11月, 2011 3 次提交
  11. 03 11月, 2011 1 次提交
  12. 02 11月, 2011 1 次提交
  13. 01 11月, 2011 1 次提交
  14. 31 10月, 2011 2 次提交
  15. 28 10月, 2011 4 次提交
  16. 27 10月, 2011 2 次提交
  17. 26 10月, 2011 4 次提交
  18. 25 10月, 2011 3 次提交
  19. 24 10月, 2011 4 次提交
    • T
      7090904: JSR 292: JRuby junit test crashes in PSScavengeRootsClosure::do_oop · 8ba5ff7e
      twisti 提交于
      Reviewed-by: kvn, never, jrose
      8ba5ff7e
    • J
      7096030: G1: PrintGCDetails enhancements · 15519f74
      johnc 提交于
      7102445: G1: Unnecessary Resource allocations during RSet scanning
      Summary: Add a new per-worker thread line in the PrintGCDetails output. GC Worker Other is the difference between the elapsed time for the parallel phase of the evacuation pause and the sum of the times of the sub-phases (external root scanning, mark stack scanning, RSet updating, RSet scanning, object copying, and termination) for that worker. During RSet scanning, stack allocate DirtyCardToOopClosure objects; allocating these in a resource area was causing abnormally high GC Worker Other times while the worker thread freed ResourceArea chunks.
      Reviewed-by: tonyp, jwilhelm, brutisso
      15519f74
    • N
      7103784: enable some flags by default · 6dc40394
      never 提交于
      Reviewed-by: kvn
      6dc40394
    • N
      7103380: assertion failure with -XX:+PrintNativeNMethods · 8cd715d7
      never 提交于
      Reviewed-by: kvn, iveresov
      8cd715d7