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. 21 3月, 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. 12 10月, 2013 1 次提交
  6. 10 10月, 2013 1 次提交
  7. 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
  8. 03 7月, 2013 1 次提交
  9. 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
  10. 24 4月, 2013 1 次提交
  11. 20 12月, 2012 1 次提交
  12. 13 11月, 2012 1 次提交
  13. 25 10月, 2012 1 次提交
  14. 29 9月, 2012 1 次提交
  15. 11 9月, 2012 1 次提交
  16. 02 9月, 2012 1 次提交
  17. 28 8月, 2012 1 次提交
  18. 30 3月, 2012 1 次提交
  19. 06 3月, 2012 1 次提交
  20. 09 11月, 2011 1 次提交
  21. 27 10月, 2011 1 次提交
  22. 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
  23. 27 9月, 2011 1 次提交
  24. 01 9月, 2011 1 次提交
  25. 09 7月, 2011 1 次提交
  26. 04 6月, 2011 1 次提交
  27. 06 4月, 2011 1 次提交
  28. 03 2月, 2011 1 次提交
  29. 28 1月, 2011 1 次提交
  30. 24 11月, 2010 1 次提交
  31. 08 10月, 2010 1 次提交
  32. 28 8月, 2010 1 次提交
  33. 28 5月, 2010 1 次提交
  34. 08 4月, 2010 1 次提交
  35. 10 3月, 2010 1 次提交
  36. 08 2月, 2010 1 次提交
  37. 02 2月, 2010 2 次提交
  38. 14 1月, 2010 1 次提交
    • Y
      6896647: card marks can be deferred too long · 651edb8d
      ysr 提交于
      Summary: Deferred card marks are now flushed during the gc prologue. Parallel[Scavege,OldGC] and SerialGC no longer defer card marks generated by COMPILER2 as a result of ReduceInitialCardMarks. For these cases, introduced a diagnostic option to defer the card marks, only for the purposes of testing and diagnostics. CMS and G1 continue to defer card marks. Potential performance concern related to single-threaded flushing of deferred card marks in the gc prologue will be addressed in the future.
      Reviewed-by: never, johnc
      651edb8d
  39. 07 1月, 2010 1 次提交