1. 14 10月, 2011 1 次提交
  2. 13 10月, 2011 1 次提交
    • J
      7098282: G1: assert(interval >= 0) failed: Sanity check, referencePolicy.cpp: 76 · 06be9d67
      johnc 提交于
      Summary: There is a race between one thread successfully forwarding and copying the klass mirror for the SoftReference class (including the static master clock) and another thread attempting to use the master clock while attempting to discover a soft reference object. Maintain a shadow copy of the soft reference master clock and use the shadow during reference discovery and reference processing.
      Reviewed-by: tonyp, brutisso, ysr
      06be9d67
  3. 11 10月, 2011 1 次提交
    • B
      7099454: /bin/sh does not support syntax used in the... · bb935110
      brutisso 提交于
      7099454: /bin/sh does not support syntax used in the src/os/posix/launcher/launcher.script shell script
      Summary: Also reviewed by mikael.gerdin@oracle.com; Changed to the `` syntax instead. Also changed "source" to ".".
      Reviewed-by: never, stefank, dsamersoff, rottenha
      bb935110
  4. 07 10月, 2011 1 次提交
    • Y
      7095236: G1: _markedRegions never contains NULL regions · 4fe35e43
      ysr 提交于
      Summary: Removed the code for skipping over NULL regions in _markedRegions, replacing it with an assertion that a NULL region is never encountered; removed dead methods, remove() and remove_region(), and inlined a simplified addRegion() directly into fillCache().
      Reviewed-by: brutisso, tonyp
      4fe35e43
  5. 05 10月, 2011 1 次提交
  6. 30 9月, 2011 3 次提交
  7. 28 9月, 2011 1 次提交
  8. 27 9月, 2011 1 次提交
  9. 26 9月, 2011 1 次提交
  10. 22 9月, 2011 1 次提交
  11. 21 9月, 2011 1 次提交
  12. 20 9月, 2011 2 次提交
  13. 16 9月, 2011 1 次提交
  14. 15 9月, 2011 1 次提交
  15. 14 9月, 2011 6 次提交
  16. 13 9月, 2011 1 次提交
  17. 12 9月, 2011 1 次提交
  18. 04 10月, 2011 2 次提交
  19. 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
  20. 26 9月, 2011 1 次提交
  21. 24 9月, 2011 1 次提交
  22. 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
  23. 22 9月, 2011 4 次提交
  24. 21 9月, 2011 2 次提交
  25. 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
  26. 12 9月, 2011 1 次提交
  27. 11 9月, 2011 1 次提交