1. 05 5月, 2014 1 次提交
  2. 25 4月, 2014 1 次提交
  3. 27 2月, 2014 1 次提交
    • M
      6498581: ThreadInterruptTest3 produces wrong output on Windows · 195d273c
      minqi 提交于
      Summary: There is race condition between os::interrupt and os::is_interrupted on Windows. In JVM_Sleep(Thread.sleep), check if thread gets interrupted, it may see interrupted but not really interrupted so cause spurious waking up (early return from sleep). Fix by checking if interrupt event really gets set thus prevent false return. For intrinsic of _isInterrupted, on Windows, go fastpath only on bit not set.
      Reviewed-by: acorn, kvn
      Contributed-by: david.holmes@oracle.com, yumin.qi@oracle.com
      195d273c
  4. 24 3月, 2014 1 次提交
  5. 20 2月, 2014 1 次提交
  6. 23 1月, 2014 1 次提交
  7. 16 1月, 2014 1 次提交
  8. 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
  9. 27 11月, 2013 1 次提交
  10. 16 11月, 2013 1 次提交
  11. 28 10月, 2013 1 次提交
  12. 23 10月, 2013 1 次提交
  13. 19 10月, 2013 1 次提交
  14. 18 10月, 2013 1 次提交
  15. 27 9月, 2013 2 次提交
  16. 25 9月, 2013 1 次提交
  17. 14 9月, 2013 1 次提交
  18. 11 9月, 2013 1 次提交
  19. 28 8月, 2013 1 次提交
  20. 12 8月, 2013 1 次提交
  21. 08 8月, 2013 1 次提交
  22. 03 7月, 2013 1 次提交
  23. 10 6月, 2013 1 次提交
  24. 10 5月, 2013 1 次提交
  25. 09 5月, 2013 1 次提交
  26. 26 3月, 2013 1 次提交
  27. 27 2月, 2013 1 次提交
  28. 18 2月, 2013 1 次提交
  29. 12 2月, 2013 1 次提交
  30. 23 1月, 2013 1 次提交
  31. 12 1月, 2013 2 次提交
  32. 19 12月, 2012 1 次提交
  33. 18 12月, 2012 2 次提交
  34. 13 12月, 2012 1 次提交
  35. 04 12月, 2012 1 次提交
  36. 27 11月, 2012 1 次提交
  37. 25 10月, 2012 1 次提交