1. 02 1月, 2012 1 次提交
  2. 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
  3. 20 12月, 2011 1 次提交
  4. 07 12月, 2011 1 次提交
  5. 06 12月, 2011 1 次提交
  6. 01 12月, 2011 1 次提交
  7. 30 11月, 2011 1 次提交
  8. 10 11月, 2011 1 次提交
  9. 09 11月, 2011 2 次提交
  10. 03 11月, 2011 1 次提交
  11. 28 10月, 2011 1 次提交
  12. 25 10月, 2011 2 次提交
  13. 24 10月, 2011 2 次提交
  14. 14 10月, 2011 1 次提交
  15. 11 10月, 2011 1 次提交
  16. 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
  17. 30 9月, 2011 2 次提交
  18. 26 9月, 2011 1 次提交
  19. 21 11月, 2011 1 次提交
  20. 17 11月, 2011 1 次提交
  21. 13 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. 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
  24. 12 9月, 2011 1 次提交
  25. 11 9月, 2011 1 次提交
  26. 10 9月, 2011 1 次提交
  27. 08 9月, 2011 2 次提交
    • B
      7087445: Improve platform independence of JSR292 shared code · 15bdbb1e
      bdelsart 提交于
      Summary: changes necessary for some JSR292 ports
      Reviewed-by: jrose, dholmes
      15bdbb1e
    • Y
      4965777: GC changes to support use of discovered field for pending references · d5318109
      ysr 提交于
      Summary: If and when the reference handler thread is able to use the discovered field to link reference objects in its pending list, so will GC. In that case, GC will scan through this field once a reference object has been placed on the pending list, but not scan that field before that stage, as the field is used by the concurrent GC thread to link discovered objects. When ReferenceHandleR thread does not use the discovered field for the purpose of linking the elements in the pending list, as would be the case in older JDKs, the JVM will fall back to the old behaviour of using the next field for that purpose.
      Reviewed-by: jcoomes, mchung, stefank
      d5318109
  28. 06 9月, 2011 1 次提交
  29. 03 9月, 2011 1 次提交
  30. 01 9月, 2011 1 次提交
  31. 30 8月, 2011 1 次提交
  32. 26 8月, 2011 1 次提交
    • K
      7059037: Use BIS for zeroing on T4 · db6f7d55
      kvn 提交于
      Summary: Use BIS for zeroing new allocated big (2Kb and more) objects and arrays.
      Reviewed-by: never, twisti, ysr
      db6f7d55
  33. 25 8月, 2011 1 次提交
  34. 17 8月, 2011 1 次提交
  35. 10 8月, 2011 1 次提交