1. 29 3月, 2018 1 次提交
    • S
      8164480: Crash with assert(handler_address ==... · 336b13a4
      shshahma 提交于
      8164480: Crash with assert(handler_address == SharedRuntime::compute_compiled_exc_handler(..) failed: Must be the same
      Summary: Exception checking code needs to handle pre-allocated exceptions.
      Reviewed-by: thartmann, kvn
      336b13a4
  2. 12 10月, 2017 1 次提交
  3. 14 3月, 2016 1 次提交
  4. 04 3月, 2016 2 次提交
  5. 17 2月, 2016 1 次提交
  6. 25 2月, 2015 1 次提交
  7. 17 2月, 2016 1 次提交
  8. 12 6月, 2014 1 次提交
  9. 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
  10. 01 5月, 2014 1 次提交
  11. 03 9月, 2014 1 次提交
  12. 21 3月, 2014 1 次提交
  13. 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
  14. 12 10月, 2013 1 次提交
  15. 10 10月, 2013 1 次提交
  16. 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
  17. 03 7月, 2013 1 次提交
  18. 21 6月, 2013 1 次提交
    • G
      8016586: PPC64 (part 3): basic changes for PPC64 · 5f92a492
      goetz 提交于
      Summary: added #includes needed for ppc64 port. Renamed _MODEL_ppc to _MODEL_ppc_32 and renamed corresponding old _ppc files to _ppc_32.
      Reviewed-by: dholmes, kvn
      5f92a492
  19. 24 4月, 2013 1 次提交
  20. 20 12月, 2012 1 次提交
  21. 13 11月, 2012 1 次提交
  22. 25 10月, 2012 1 次提交
  23. 29 9月, 2012 1 次提交
  24. 11 9月, 2012 1 次提交
  25. 02 9月, 2012 1 次提交
  26. 28 8月, 2012 1 次提交
  27. 30 3月, 2012 1 次提交
  28. 06 3月, 2012 1 次提交
  29. 09 11月, 2011 1 次提交
  30. 27 10月, 2011 1 次提交
  31. 05 10月, 2011 1 次提交
    • K
      6865265: JVM crashes with "missing exception handler" error · 11bea7f7
      kvn 提交于
      Summary: Retry the call to fast_exception_handler_bci_for() after it returned with a pending exception. Don't cache the exception handler pc computed by compute_compiled_exc_handler() if the handler is for another (nested) exception.
      Reviewed-by: kamg, kvn
      Contributed-by: volker.simonis@gmail.com
      11bea7f7
  32. 27 9月, 2011 1 次提交
  33. 01 9月, 2011 1 次提交
  34. 09 7月, 2011 1 次提交
  35. 04 6月, 2011 1 次提交
  36. 06 4月, 2011 1 次提交
  37. 03 2月, 2011 1 次提交
  38. 28 1月, 2011 1 次提交
  39. 24 11月, 2010 1 次提交