1. 18 6月, 2019 1 次提交
  2. 10 4月, 2019 1 次提交
  3. 22 10月, 2018 1 次提交
  4. 24 11月, 2016 4 次提交
  5. 11 11月, 2016 1 次提交
  6. 12 10月, 2017 1 次提交
  7. 25 9月, 2018 1 次提交
  8. 10 8月, 2016 1 次提交
  9. 04 3月, 2016 2 次提交
  10. 01 3月, 2016 1 次提交
  11. 17 2月, 2016 1 次提交
  12. 11 6月, 2015 1 次提交
  13. 03 6月, 2015 1 次提交
  14. 21 3月, 2015 1 次提交
  15. 30 1月, 2015 1 次提交
  16. 11 11月, 2014 1 次提交
    • Z
      8057622:... · 1b2cd91d
      zmajo 提交于
      8057622: java/util/stream/test/org/openjdk/tests/java/util/stream/InfiniteStreamWithLimitOpTest: SEGV inside compiled code (sparc)
      Summary: In Parse::array_store_check(), add control edge FROM IfTrue branch of runtime type check of the destination array TO loading _element_klass from destination array.
      Reviewed-by: kvn, roland, anoll
      Contributed-by: NZoltan Majo <zoltan.majo@oracle.com>
      1b2cd91d
  17. 17 2月, 2016 1 次提交
  18. 10 4月, 2019 1 次提交
  19. 17 6月, 2014 1 次提交
  20. 12 6月, 2014 1 次提交
  21. 11 6月, 2014 1 次提交
  22. 30 5月, 2014 1 次提交
  23. 05 5月, 2014 1 次提交
  24. 25 4月, 2014 1 次提交
  25. 13 8月, 2014 1 次提交
  26. 10 9月, 2014 1 次提交
  27. 14 8月, 2014 1 次提交
  28. 03 9月, 2014 1 次提交
  29. 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
  30. 24 3月, 2014 1 次提交
  31. 20 2月, 2014 1 次提交
  32. 23 1月, 2014 1 次提交
  33. 16 1月, 2014 1 次提交
  34. 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
  35. 11 11月, 2016 1 次提交
  36. 27 11月, 2013 1 次提交