You need to sign in or sign up before continuing.
  1. 01 5月, 2014 1 次提交
  2. 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
  3. 25 12月, 2013 1 次提交
  4. 12 8月, 2013 1 次提交
  5. 20 6月, 2013 1 次提交
  6. 08 6月, 2013 1 次提交
  7. 07 12月, 2012 1 次提交
  8. 27 11月, 2012 1 次提交
  9. 29 9月, 2012 1 次提交
  10. 02 9月, 2012 1 次提交
  11. 25 7月, 2012 1 次提交
  12. 20 12月, 2011 1 次提交
    • B
      7116216: StackOverflow GC crash · ff001d84
      bdelsart 提交于
      Summary: GC crash for explicit stack overflow checks after a C2I transition.
      Reviewed-by: coleenp, never
      Contributed-by: yang02.wang@sap.com, bertrand.delsart@oracle.com
      ff001d84
  13. 07 12月, 2011 1 次提交
  14. 27 9月, 2011 1 次提交
  15. 10 9月, 2011 1 次提交
  16. 03 9月, 2011 1 次提交
  17. 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
  18. 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
  19. 17 6月, 2011 1 次提交
  20. 02 3月, 2011 1 次提交
    • I
      6627983: G1: Bad oop deference during marking · b9091f37
      iveresov 提交于
      Summary: Bulk zeroing reduction didn't work with G1, because arraycopy would call pre-barriers on uninitialized oops. The solution is to have version of arraycopy stubs that don't have pre-barriers. Also refactored arraycopy stubs generation on SPARC to be more readable and reduced the number of stubs necessary in some cases.
      Reviewed-by: jrose, kvn, never
      b9091f37
  21. 23 2月, 2011 1 次提交
    • I
      7020521: arraycopy stubs place prebarriers incorrectly · 44227033
      iveresov 提交于
      Summary: Rearranged the pre-barrier placement in arraycopy stubs so that they are properly called in case of chained calls. Also refactored the code a little bit so that it looks uniform across the platforms and is more readable.
      Reviewed-by: never, kvn
      44227033
  22. 24 11月, 2010 1 次提交
  23. 08 10月, 2010 1 次提交
  24. 15 9月, 2010 1 次提交
  25. 03 9月, 2010 1 次提交
  26. 28 8月, 2010 1 次提交
  27. 29 6月, 2010 1 次提交
  28. 28 5月, 2010 1 次提交
  29. 21 5月, 2010 1 次提交
  30. 30 4月, 2010 1 次提交
  31. 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
  32. 08 4月, 2010 1 次提交
  33. 07 4月, 2010 1 次提交
  34. 10 3月, 2010 1 次提交
  35. 16 1月, 2010 1 次提交
  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. 27 3月, 2009 1 次提交
  38. 14 3月, 2009 1 次提交
  39. 13 3月, 2009 1 次提交
  40. 08 11月, 2008 1 次提交
    • C
      6760773: UseCompressedOops is broken with UseParNewGC · c7f65f78
      coleenp 提交于
      Summary: sparc code for gen_subtype_check was doing an ld for a compressed oop with the sign bit set so not comparing, leading to a ClassCastException.
      Reviewed-by: phh, never, acorn, kvn, xlu
      c7f65f78