1. 04 1月, 2012 1 次提交
  2. 02 1月, 2012 1 次提交
  3. 29 12月, 2011 1 次提交
  4. 28 12月, 2011 1 次提交
  5. 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
  6. 20 12月, 2011 1 次提交
  7. 15 12月, 2011 1 次提交
  8. 08 12月, 2011 1 次提交
  9. 07 12月, 2011 1 次提交
  10. 15 12月, 2011 1 次提交
  11. 14 12月, 2011 1 次提交
  12. 13 12月, 2011 1 次提交
  13. 07 12月, 2011 1 次提交
  14. 06 12月, 2011 1 次提交
  15. 01 12月, 2011 1 次提交
  16. 30 11月, 2011 1 次提交
  17. 18 11月, 2011 1 次提交
  18. 10 11月, 2011 1 次提交
  19. 09 11月, 2011 2 次提交
  20. 03 11月, 2011 1 次提交
  21. 28 10月, 2011 1 次提交
  22. 25 10月, 2011 2 次提交
  23. 24 10月, 2011 2 次提交
  24. 14 10月, 2011 1 次提交
  25. 11 10月, 2011 1 次提交
  26. 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
  27. 30 9月, 2011 2 次提交
  28. 26 9月, 2011 1 次提交
  29. 21 11月, 2011 1 次提交
  30. 17 11月, 2011 1 次提交
  31. 13 9月, 2011 1 次提交
  32. 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
  33. 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
  34. 12 9月, 2011 1 次提交
  35. 11 9月, 2011 1 次提交
  36. 10 9月, 2011 1 次提交