1. 18 12月, 2012 1 次提交
  2. 07 12月, 2012 1 次提交
  3. 01 12月, 2012 1 次提交
  4. 09 10月, 2012 1 次提交
  5. 02 9月, 2012 1 次提交
  6. 25 7月, 2012 1 次提交
  7. 18 9月, 2012 1 次提交
  8. 07 12月, 2011 1 次提交
  9. 11 9月, 2011 1 次提交
  10. 01 9月, 2011 2 次提交
  11. 26 8月, 2011 1 次提交
    • K
      7059037: Use BIS for zeroing on T4 · e1370a64
      kvn 提交于
      Summary: Use BIS for zeroing new allocated big (2Kb and more) objects and arrays.
      Reviewed-by: never, twisti, ysr
      e1370a64
  12. 22 7月, 2011 1 次提交
    • K
      7063628: Use cbcond on T4 · 8fdebcd0
      kvn 提交于
      Summary: Add new short branch instruction to Hotspot sparc assembler.
      Reviewed-by: never, twisti, jrose
      8fdebcd0
  13. 04 6月, 2011 1 次提交
  14. 08 4月, 2011 1 次提交
    • J
      7009266: G1: assert(obj->is_oop_or_null(true )) failed: Error · 2d8ecef4
      johnc 提交于
      Summary: A referent object that is only weakly reachable at the start of concurrent marking but is re-attached to the strongly reachable object graph during marking may not be marked as live. This can cause the reference object to be processed prematurely and leave dangling pointers to the referent object. Implement a read barrier for the java.lang.ref.Reference::referent field by intrinsifying the Reference.get() method, and intercepting accesses though JNI, reflection, and Unsafe, so that when a non-null referent object is read it is also logged in an SATB buffer.
      Reviewed-by: kvn, iveresov, never, tonyp, dholmes
      2d8ecef4
  15. 12 3月, 2011 1 次提交
  16. 14 2月, 2011 1 次提交
  17. 12 1月, 2011 1 次提交
  18. 07 1月, 2011 1 次提交
  19. 15 12月, 2010 1 次提交
  20. 03 12月, 2010 1 次提交
  21. 01 12月, 2010 1 次提交
    • I
      6985015: C1 needs to support compressed oops · 07a2c37b
      iveresov 提交于
      Summary: This change implements compressed oops for C1 for x64 and sparc. The changes are mostly on the codegen level, with a few exceptions when we do access things outside of the heap that are uncompressed from the IR. Compressed oops are now also enabled with tiered.
      Reviewed-by: twisti, kvn, never, phh
      07a2c37b
  22. 24 11月, 2010 1 次提交
  23. 11 10月, 2010 1 次提交
  24. 25 8月, 2010 1 次提交
    • T
      6978355: renaming for 6961697 · ca15a14c
      twisti 提交于
      Summary: This is the renaming part of 6961697 to keep the actual changes small for review.
      Reviewed-by: kvn, never
      ca15a14c
  25. 29 7月, 2010 1 次提交
  26. 28 5月, 2010 1 次提交
  27. 30 4月, 2010 1 次提交
  28. 29 4月, 2010 1 次提交
    • T
      6829193: JSR 292 needs to support SPARC · 527c5d48
      twisti 提交于
      Summary: There are unimplemented portions of the hotspot code for method handles and invokedynamic specific to SPARC.
      Reviewed-by: kvn, never, jrose
      527c5d48
  29. 12 10月, 2009 1 次提交
  30. 06 10月, 2009 1 次提交
  31. 15 9月, 2009 1 次提交
  32. 15 7月, 2009 1 次提交
  33. 12 5月, 2009 1 次提交
    • I
      6484957: G1: parallel concurrent refinement · e4f9aca8
      iveresov 提交于
      6826318: G1: remove traversal-based refinement code
      Summary: Removed traversal-based refinement code as it's no longer used. Made the concurrent refinement (queue-based) parallel.
      Reviewed-by: tonyp
      e4f9aca8
  34. 22 4月, 2009 1 次提交
    • T
      6822110: Add AddressLiteral class on SPARC · e964df6e
      twisti 提交于
      Summary: The Address class on SPARC currently handles both, addresses and address literals, what makes the Address class more complicated than it has to be.
      Reviewed-by: never, kvn
      e964df6e
  35. 09 4月, 2009 1 次提交
  36. 26 3月, 2009 1 次提交
  37. 21 3月, 2009 1 次提交
  38. 14 3月, 2009 1 次提交
  39. 13 3月, 2009 1 次提交