1. 26 1月, 2012 1 次提交
    • T
      7127706: G1: re-enable survivors during the initial-mark pause · b73e0e37
      tonyp 提交于
      Summary: Re-enable survivors during the initial-mark pause. Afterwards, the concurrent marking threads have to scan them and mark everything reachable from them. The next GC will have to wait for the survivors to be scanned.
      Reviewed-by: brutisso, johnc
      b73e0e37
  2. 12 1月, 2012 1 次提交
  3. 09 1月, 2012 1 次提交
  4. 04 1月, 2012 1 次提交
  5. 02 1月, 2012 1 次提交
  6. 29 12月, 2011 1 次提交
  7. 28 12月, 2011 1 次提交
  8. 22 12月, 2011 1 次提交
    • P
      7091417: recvfrom's 6th input should be of type socklen_t · 964c0070
      phh 提交于
      Summary: Revamp class os's socket method formal args to match socket.h, insert casts in appropriate places, and copyin-copyout int*'s that s/b socklen_t*'s in jvm.cpp.
      Reviewed-by: coleenp, dholmes
      Contributed-by: erik.gahlin@oracle.com, rickard.backman@oracle.com, nils.loodin@oracle.com, markus.gronlund@oracle.com
      964c0070
  9. 20 12月, 2011 1 次提交
  10. 15 12月, 2011 1 次提交
  11. 08 12月, 2011 1 次提交
  12. 07 12月, 2011 1 次提交
  13. 15 12月, 2011 1 次提交
  14. 14 12月, 2011 1 次提交
  15. 13 12月, 2011 1 次提交
  16. 07 12月, 2011 1 次提交
  17. 06 12月, 2011 1 次提交
  18. 01 12月, 2011 1 次提交
  19. 30 11月, 2011 1 次提交
  20. 18 11月, 2011 1 次提交
  21. 10 11月, 2011 1 次提交
  22. 09 11月, 2011 2 次提交
  23. 03 11月, 2011 1 次提交
  24. 28 10月, 2011 1 次提交
  25. 25 10月, 2011 2 次提交
  26. 24 10月, 2011 2 次提交
  27. 14 10月, 2011 1 次提交
  28. 11 10月, 2011 1 次提交
  29. 05 10月, 2011 1 次提交
    • K
      6865265: JVM crashes with "missing exception handler" error · 11bea7f7
      kvn 提交于
      Summary: Retry the call to fast_exception_handler_bci_for() after it returned with a pending exception. Don't cache the exception handler pc computed by compute_compiled_exc_handler() if the handler is for another (nested) exception.
      Reviewed-by: kamg, kvn
      Contributed-by: volker.simonis@gmail.com
      11bea7f7
  30. 30 9月, 2011 2 次提交
  31. 26 9月, 2011 1 次提交
  32. 21 11月, 2011 1 次提交
  33. 17 11月, 2011 1 次提交
  34. 13 9月, 2011 1 次提交
  35. 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
  36. 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