1. 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
  2. 12 10月, 2013 1 次提交
  3. 10 10月, 2013 1 次提交
  4. 03 7月, 2013 1 次提交
  5. 24 4月, 2013 1 次提交
  6. 20 12月, 2012 1 次提交
  7. 13 11月, 2012 1 次提交
  8. 25 10月, 2012 1 次提交
  9. 29 9月, 2012 1 次提交
  10. 11 9月, 2012 1 次提交
  11. 02 9月, 2012 1 次提交
  12. 28 8月, 2012 1 次提交
  13. 30 3月, 2012 1 次提交
  14. 06 3月, 2012 1 次提交
  15. 09 11月, 2011 1 次提交
  16. 27 10月, 2011 1 次提交
  17. 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
  18. 27 9月, 2011 1 次提交
  19. 01 9月, 2011 1 次提交
  20. 09 7月, 2011 1 次提交
  21. 04 6月, 2011 1 次提交
  22. 06 4月, 2011 1 次提交
  23. 03 2月, 2011 1 次提交
  24. 28 1月, 2011 1 次提交
  25. 24 11月, 2010 1 次提交
  26. 08 10月, 2010 1 次提交
  27. 28 8月, 2010 1 次提交
  28. 28 5月, 2010 1 次提交
  29. 08 4月, 2010 1 次提交
  30. 10 3月, 2010 1 次提交
  31. 08 2月, 2010 1 次提交
  32. 02 2月, 2010 2 次提交
  33. 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
  34. 07 1月, 2010 1 次提交
  35. 05 1月, 2010 1 次提交
  36. 16 10月, 2009 1 次提交
    • Y
      6888898: CMS: ReduceInitialCardMarks unsafe in the presence of cms precleaning · 349bfec0
      ysr 提交于
      6889757: G1: enable card mark elision for initializing writes from compiled code (ReduceInitialCardMarks)
      Summary: Defer the (compiler-elided) card-mark upon a slow-path allocation until after the store  and before the next subsequent safepoint; G1 now answers yes to can_elide_tlab_write_barriers().
      Reviewed-by: jcoomes, kvn, never
      349bfec0
  37. 28 2月, 2009 1 次提交
    • T
      6810672: Comment typos · 460de015
      twisti 提交于
      Summary: I have collected some typos I have found while looking at the code.
      Reviewed-by: kvn, never
      460de015
  38. 06 6月, 2008 1 次提交
  39. 01 12月, 2007 1 次提交