1. 23 5月, 2014 1 次提交
    • D
      8037816: Fix for 8036122 breaks build with Xcode5/clang · ed4b64df
      drchase 提交于
      8043029: Change 8037816 breaks HS build with older GCC versions which don't support diagnostic pragmas
      8043164: Format warning in traceStream.hpp
      Summary: Backport of main fix + two corrections, enables clang compilation, turns on format attributes, corrects/mutes warnings
      Reviewed-by: kvn, coleenp, iveresov, twisti
      ed4b64df
  2. 01 5月, 2014 1 次提交
  3. 18 4月, 2014 1 次提交
  4. 03 4月, 2014 1 次提交
  5. 11 4月, 2014 1 次提交
  6. 27 2月, 2014 1 次提交
  7. 26 3月, 2014 1 次提交
  8. 23 1月, 2014 1 次提交
  9. 22 1月, 2014 1 次提交
  10. 18 1月, 2014 1 次提交
  11. 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
  12. 14 1月, 2014 1 次提交
  13. 12 2月, 2014 1 次提交
  14. 25 12月, 2013 1 次提交
  15. 13 12月, 2013 1 次提交
  16. 02 12月, 2013 1 次提交
  17. 28 11月, 2013 1 次提交
  18. 27 11月, 2013 1 次提交
  19. 20 11月, 2013 1 次提交
  20. 15 11月, 2013 1 次提交
  21. 08 11月, 2013 1 次提交
  22. 06 11月, 2013 1 次提交
  23. 05 11月, 2013 1 次提交
  24. 26 10月, 2013 1 次提交
    • C
      8024927: Nashorn performance regression with CompressedOops · b6c254c4
      coleenp 提交于
      Summary: Allocate compressed class space at end of Java heap.  For small heap sizes, without CDS, save some space so compressed classes can have the same favorable compression as oops
      Reviewed-by: stefank, hseigel, goetz
      b6c254c4
  25. 25 10月, 2013 1 次提交
  26. 19 10月, 2013 1 次提交
    • M
      8008242: VerifyOops is broken on SPARC · 215e5b2c
      morris 提交于
      Summary: Fixed displacement issues in SPARC macroassembler and ensure that getClass intrinsic temporary result is T_METADATA
      Reviewed-by: kvn, twisti
      215e5b2c
  27. 18 10月, 2013 1 次提交
  28. 24 10月, 2013 1 次提交
  29. 15 10月, 2013 1 次提交
  30. 12 10月, 2013 1 次提交
  31. 09 10月, 2013 1 次提交
  32. 08 10月, 2013 1 次提交
  33. 28 9月, 2013 1 次提交
  34. 27 9月, 2013 1 次提交
  35. 26 9月, 2013 1 次提交
    • H
      7195622: CheckUnhandledOops has limited usefulness now · 087226b2
      hseigel 提交于
      Summary: Enable CHECK_UNHANDLED_OOPS in fastdebug builds across all supported platforms.
      Reviewed-by: coleenp, hseigel, dholmes, stefank, twisti, ihse, rdurbin
      Contributed-by: lois.foltan@oracle.com
      087226b2
  36. 24 9月, 2013 1 次提交
  37. 19 9月, 2013 1 次提交
    • G
      8024342: PPC64 (part 111): Support for C calling conventions that require 64-bit ints. · 05fa054c
      goetz 提交于
      Summary: Some platforms, as ppc and s390x/zArch require that 32-bit ints are passed as 64-bit values to C functions. This change adds support to adapt the signature and to issue proper casts to c2-compiled stubs. The functions are used in generate_native_wrapper(). Adapt signature used by the compiler as in PhaseIdealLoop::intrinsify_fill().
      Reviewed-by: kvn
      05fa054c
  38. 13 9月, 2013 1 次提交
    • G
      8024344: PPC64 (part 112): C argument in register AND stack slot. · 5bff05b0
      goetz 提交于
      Summary: On PPC, the first 13 floating point arguments to C calls are passed in floating point registers. Also, all but the first 8 arguments are passed on the stack. So there can be floating point arguments that are passed on the stack and in a register. We duplicate the regs datastructure in c_calling_convention() to represent this.
      Reviewed-by: kvn, cjplummer
      5bff05b0
  39. 11 9月, 2013 1 次提交
  40. 21 8月, 2013 1 次提交