1. 24 1月, 2013 1 次提交
  2. 08 1月, 2013 1 次提交
  3. 18 12月, 2012 1 次提交
  4. 07 12月, 2012 1 次提交
  5. 01 12月, 2012 1 次提交
  6. 09 10月, 2012 1 次提交
  7. 02 9月, 2012 1 次提交
  8. 25 7月, 2012 1 次提交
  9. 18 9月, 2012 1 次提交
  10. 07 12月, 2011 1 次提交
  11. 11 9月, 2011 1 次提交
  12. 01 9月, 2011 2 次提交
  13. 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
  14. 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
  15. 04 6月, 2011 1 次提交
  16. 08 4月, 2011 1 次提交
    • J
      7009266: G1: assert(obj->is_oop_or_null(true )) failed: Error · 6f87c7dd
      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
      6f87c7dd
  17. 12 3月, 2011 1 次提交
  18. 14 2月, 2011 1 次提交
  19. 12 1月, 2011 1 次提交
  20. 07 1月, 2011 1 次提交
  21. 15 12月, 2010 1 次提交
  22. 03 12月, 2010 1 次提交
  23. 01 12月, 2010 1 次提交
    • I
      6985015: C1 needs to support compressed oops · 7e8f9e32
      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
      7e8f9e32
  24. 24 11月, 2010 1 次提交
  25. 11 10月, 2010 1 次提交
  26. 25 8月, 2010 1 次提交
    • T
      6978355: renaming for 6961697 · ffaef974
      twisti 提交于
      Summary: This is the renaming part of 6961697 to keep the actual changes small for review.
      Reviewed-by: kvn, never
      ffaef974
  27. 29 7月, 2010 1 次提交
  28. 28 5月, 2010 1 次提交
  29. 30 4月, 2010 1 次提交
  30. 29 4月, 2010 1 次提交
    • T
      6829193: JSR 292 needs to support SPARC · 9c88edc1
      twisti 提交于
      Summary: There are unimplemented portions of the hotspot code for method handles and invokedynamic specific to SPARC.
      Reviewed-by: kvn, never, jrose
      9c88edc1
  31. 12 10月, 2009 1 次提交
  32. 06 10月, 2009 1 次提交
  33. 15 9月, 2009 1 次提交
  34. 15 7月, 2009 1 次提交
  35. 12 5月, 2009 1 次提交
    • I
      6484957: G1: parallel concurrent refinement · 2c49aee0
      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
      2c49aee0
  36. 22 4月, 2009 1 次提交
    • T
      6822110: Add AddressLiteral class on SPARC · 326dca6e
      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
      326dca6e
  37. 09 4月, 2009 1 次提交
  38. 26 3月, 2009 1 次提交
  39. 21 3月, 2009 1 次提交