1. 12 6月, 2014 1 次提交
  2. 01 5月, 2014 1 次提交
  3. 11 4月, 2014 1 次提交
  4. 15 1月, 2014 1 次提交
    • K
      8002074: Support for AES on SPARC · de51fea1
      kvn 提交于
      Summary: Add intrinsics/stub routines support for single-block and multi-block (as used by Cipher Block Chaining mode) AES encryption and decryption operations on the SPARC platform.
      Reviewed-by: kvn, roland
      Contributed-by: shrinivas.joshi@oracle.com
      de51fea1
  5. 25 12月, 2013 1 次提交
  6. 08 6月, 2013 1 次提交
  7. 08 1月, 2013 1 次提交
  8. 07 12月, 2012 1 次提交
  9. 09 10月, 2012 1 次提交
  10. 12 9月, 2012 1 次提交
  11. 02 9月, 2012 1 次提交
  12. 25 7月, 2012 1 次提交
  13. 18 9月, 2012 1 次提交
  14. 06 3月, 2012 1 次提交
    • C
      7150046: SIGILL on sparcv9 fastdebug · bda16063
      coleenp 提交于
      Summary: Breakpoint needs to do 64-bit compare for pointers on sparcv9
      Reviewed-by: coleenp, never
      Contributed-by: dean.long@oracle.com
      bda16063
  15. 02 2月, 2012 1 次提交
  16. 16 11月, 2011 1 次提交
  17. 01 9月, 2011 1 次提交
  18. 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
  19. 17 8月, 2011 1 次提交
  20. 12 8月, 2011 1 次提交
  21. 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
  22. 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
  23. 04 6月, 2011 1 次提交
  24. 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
  25. 14 2月, 2011 1 次提交
  26. 13 1月, 2011 1 次提交
  27. 12 1月, 2011 1 次提交
  28. 07 1月, 2011 1 次提交
  29. 15 12月, 2010 1 次提交
  30. 03 12月, 2010 1 次提交
  31. 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
  32. 24 11月, 2010 1 次提交
  33. 31 10月, 2010 1 次提交
  34. 13 10月, 2010 1 次提交
    • I
      6991512: G1 barriers fail with 64bit C1 · b72f3305
      iveresov 提交于
      Summary: Fix compare-and-swap intrinsic problem with G1 post-barriers and issue with branch ranges in G1 stubs on sparc
      Reviewed-by: never, kvn
      b72f3305
  35. 11 10月, 2010 1 次提交
  36. 29 7月, 2010 1 次提交
  37. 28 5月, 2010 1 次提交
  38. 21 5月, 2010 1 次提交
  39. 19 5月, 2010 1 次提交
  40. 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