1. 14 12月, 2011 1 次提交
    • S
      7121373: Clean up CollectedHeap::is_in · dce4ac5f
      stefank 提交于
      Summary: Fixed G1CollectedHeap::is_in, added tests, cleaned up comments and made Space::is_in pure virtual.
      Reviewed-by: brutisso, tonyp, jcoomes
      dce4ac5f
  2. 10 12月, 2011 1 次提交
  3. 08 12月, 2011 1 次提交
  4. 07 12月, 2011 1 次提交
  5. 06 12月, 2011 1 次提交
  6. 03 12月, 2011 1 次提交
  7. 01 12月, 2011 2 次提交
  8. 30 11月, 2011 1 次提交
  9. 29 11月, 2011 1 次提交
  10. 28 11月, 2011 1 次提交
  11. 03 12月, 2011 1 次提交
    • J
      7114095: G1: assert(obj == oopDesc::load_decode_heap_oop(p)) failed: p should... · 42e06156
      johnc 提交于
      7114095: G1: assert(obj == oopDesc::load_decode_heap_oop(p)) failed: p should still be pointing to obj
      Summary: As a result of  the changes for 4965777, the G1 reference field scanning closure could be applied to the discovered field of a reference object twice. The failing assert is too strong if the result of the first application of the closure is stolen, and the referenced object, evacuated by another worker thread.
      Reviewed-by: ysr, tonyp
      42e06156
  12. 23 11月, 2011 2 次提交
  13. 22 11月, 2011 1 次提交
  14. 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
  15. 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
  16. 17 11月, 2011 2 次提交
  17. 16 11月, 2011 1 次提交
  18. 10 11月, 2011 2 次提交
  19. 09 11月, 2011 5 次提交
  20. 08 11月, 2011 3 次提交
  21. 05 11月, 2011 1 次提交
  22. 03 11月, 2011 2 次提交
  23. 02 11月, 2011 1 次提交
  24. 01 11月, 2011 1 次提交
  25. 31 10月, 2011 2 次提交
  26. 29 10月, 2011 1 次提交
  27. 28 10月, 2011 2 次提交