1. 05 10月, 2011 1 次提交
  2. 30 9月, 2011 3 次提交
  3. 27 9月, 2011 1 次提交
  4. 26 9月, 2011 1 次提交
  5. 21 9月, 2011 1 次提交
  6. 20 9月, 2011 2 次提交
  7. 16 9月, 2011 1 次提交
  8. 15 9月, 2011 1 次提交
  9. 14 9月, 2011 5 次提交
  10. 13 9月, 2011 1 次提交
  11. 12 9月, 2011 1 次提交
  12. 04 10月, 2011 2 次提交
  13. 29 9月, 2011 1 次提交
    • J
      7086533: G1: assert(!_g1->is_obj_dead(obj)): We should not be preserving dead... · c908a927
      johnc 提交于
      7086533: G1: assert(!_g1->is_obj_dead(obj)): We should not be preserving dead objs: g1CollectedHeap.cpp:3835
      Summary: Some objects may not be marked in the event of an evacuation failure in a partially young GC, during a marking cycle. Avoid this situation by not allowing partially young GCs during a marking cycle.
      Reviewed-by: tonyp, ysr, brutisso
      c908a927
  14. 26 9月, 2011 1 次提交
  15. 24 9月, 2011 1 次提交
  16. 23 9月, 2011 1 次提交
    • J
      6484982: G1: process references during evacuation pauses · 9c3adbcc
      johnc 提交于
      Summary: G1 now uses two reference processors - one is used by concurrent marking and the other is used by STW GCs (both full and incremental evacuation pauses). In an evacuation pause, the reference processor is embedded into the closures used to scan objects. Doing so causes causes reference objects to be 'discovered' by the reference processor. At the end of the evacuation pause, these discovered reference objects are processed - preserving (and copying) referent objects (and their reachable graphs) as appropriate.
      Reviewed-by: ysr, jwilhelm, brutisso, stefank, tonyp
      9c3adbcc
  17. 22 9月, 2011 4 次提交
  18. 21 9月, 2011 2 次提交
  19. 20 9月, 2011 1 次提交
    • T
      7059019: G1: add G1 support to the SA · 29a35788
      tonyp 提交于
      Summary: Extend the SA to recognize the G1CollectedHeap and implement any code that's needed by our serviceability tools (jmap, jinfo, jstack, etc.) that depend on the SA.
      Reviewed-by: never, poonam, johnc
      29a35788
  20. 12 9月, 2011 1 次提交
  21. 11 9月, 2011 1 次提交
  22. 10 9月, 2011 2 次提交
  23. 09 9月, 2011 1 次提交
  24. 08 9月, 2011 4 次提交