1. 01 12月, 2011 1 次提交
  2. 30 11月, 2011 1 次提交
  3. 10 11月, 2011 1 次提交
  4. 09 11月, 2011 2 次提交
  5. 03 11月, 2011 1 次提交
  6. 28 10月, 2011 1 次提交
  7. 25 10月, 2011 2 次提交
  8. 24 10月, 2011 2 次提交
  9. 14 10月, 2011 1 次提交
  10. 11 10月, 2011 1 次提交
  11. 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
  12. 30 9月, 2011 2 次提交
  13. 26 9月, 2011 1 次提交
  14. 13 9月, 2011 1 次提交
  15. 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
  16. 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
  17. 12 9月, 2011 1 次提交
  18. 11 9月, 2011 1 次提交
  19. 10 9月, 2011 1 次提交
  20. 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
  21. 06 9月, 2011 1 次提交
  22. 03 9月, 2011 1 次提交
  23. 01 9月, 2011 1 次提交
  24. 30 8月, 2011 1 次提交
  25. 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
  26. 25 8月, 2011 1 次提交
  27. 17 8月, 2011 1 次提交
  28. 10 8月, 2011 1 次提交
  29. 03 8月, 2011 1 次提交
    • J
      7069863: G1: SIGSEGV running SPECjbb2011 and -UseBiasedLocking · ab994026
      johnc 提交于
      Summary: Align the reserved size of the heap and perm to the heap region size to get a preferred heap base that is aligned to the region size, and call the correct heap reservation constructor. Also add a check in the heap reservation code that the reserved space starts at the requested address (if any).
      Reviewed-by: kvn, ysr
      ab994026
  30. 28 7月, 2011 2 次提交
  31. 22 7月, 2011 1 次提交
    • K
      7063628: Use cbcond on T4 · 6ed3c318
      kvn 提交于
      Summary: Add new short branch instruction to Hotspot sparc assembler.
      Reviewed-by: never, twisti, jrose
      6ed3c318
  32. 21 7月, 2011 1 次提交
  33. 09 7月, 2011 1 次提交
    • K
      7059034: Use movxtod/movdtox on T4 · b2659942
      kvn 提交于
      Summary: Use new VIS3 mov instructions on T4 for move data between general and float registers.
      Reviewed-by: never, twisti
      b2659942
  34. 08 7月, 2011 1 次提交