1. 01 8月, 2020 1 次提交
  2. 04 2月, 2020 1 次提交
  3. 31 3月, 2017 2 次提交
  4. 17 3月, 2017 2 次提交
  5. 25 7月, 2017 1 次提交
  6. 07 12月, 2015 2 次提交
  7. 07 7月, 2015 2 次提交
  8. 11 4月, 2015 4 次提交
  9. 25 9月, 2014 1 次提交
  10. 08 2月, 2016 1 次提交
  11. 13 8月, 2014 2 次提交
  12. 12 6月, 2014 1 次提交
  13. 07 7月, 2015 1 次提交
  14. 26 10月, 2014 1 次提交
  15. 09 9月, 2014 1 次提交
  16. 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
  17. 12 2月, 2014 1 次提交
  18. 25 12月, 2013 1 次提交
  19. 18 9月, 2013 1 次提交
    • T
      8024669: Native OOME when allocating after changes to maximum heap supporting... · 9576dfb6
      tschatzl 提交于
      8024669: Native OOME when allocating after changes to maximum heap supporting Coops sizing on sparcv9
      Summary: After changes in 8010722 the ergonomics for calculating the size of the heap that supports zero based compressed oops changed. This lead to the VM actually using zero based compressed oops. Due to low default HeapBaseMinAddress, the OS mapping in the application image at the same address, and limitations of the malloc implementation on Solaris this resulted in very little C heap available for the VM. So the VM immediately gives a native OOME when the machine has lots of physical memory (>=32G). The solution is to increase the HeapBaseMinAddress so that the VM has enough C heap.
      Reviewed-by: kvn, brutisso
      9576dfb6
  20. 08 8月, 2013 1 次提交
  21. 17 7月, 2013 1 次提交
  22. 20 6月, 2013 1 次提交
  23. 10 6月, 2013 1 次提交
  24. 08 6月, 2013 1 次提交
  25. 01 5月, 2013 1 次提交
  26. 20 3月, 2013 1 次提交
  27. 27 2月, 2013 1 次提交
    • S
      8008959: Fix non-PCH build on Linux, Windows and MacOS X · 0c84cdb5
      simonis 提交于
      Summary: Fix the build without precompiled headers by either including the missing ".inline.hpp" files into the appropriate files or by turning inline-functions declared in header files into ordinary functions in ".cpp" files.
      Reviewed-by: coleenp, stefank, dholmes
      0c84cdb5
  28. 11 1月, 2013 1 次提交
  29. 07 12月, 2012 1 次提交
  30. 27 11月, 2012 1 次提交
  31. 26 10月, 2012 1 次提交
  32. 10 10月, 2012 1 次提交