1. 21 3月, 2014 1 次提交
  2. 24 3月, 2014 1 次提交
  3. 06 3月, 2014 1 次提交
  4. 15 3月, 2014 1 次提交
  5. 13 3月, 2014 1 次提交
  6. 28 2月, 2014 1 次提交
  7. 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
  8. 11 3月, 2014 1 次提交
    • I
      8025644:... · 61b4eae9
      iveresov 提交于
      8025644: java/util/stream/test/org/openjdk/tests/java/util/stream/ToArrayOpTest.java fails with TestData$OfRef): failure java.lang.AssertionError: expected [true] but found [false]
      Summary: In GraphKit::gen_checkcast() provide only exact superklass to GraphKit::maybe_cast_profiled_receiver()
      Reviewed-by: kvn, roland
      61b4eae9
  9. 26 2月, 2014 1 次提交
  10. 28 1月, 2014 1 次提交
  11. 24 1月, 2014 2 次提交
  12. 23 1月, 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. 14 1月, 2014 1 次提交
  15. 09 1月, 2014 1 次提交
  16. 22 2月, 2014 1 次提交
  17. 08 1月, 2014 1 次提交
  18. 07 1月, 2014 1 次提交
  19. 27 12月, 2013 1 次提交
  20. 25 12月, 2013 1 次提交
  21. 07 12月, 2013 1 次提交
  22. 23 11月, 2013 1 次提交
  23. 22 11月, 2013 1 次提交
  24. 15 11月, 2013 1 次提交
  25. 12 11月, 2013 3 次提交
  26. 05 11月, 2013 1 次提交
  27. 04 11月, 2013 1 次提交
  28. 30 10月, 2013 1 次提交
  29. 28 10月, 2013 2 次提交
  30. 25 10月, 2013 1 次提交
  31. 23 10月, 2013 2 次提交
  32. 21 10月, 2013 1 次提交
  33. 19 10月, 2013 1 次提交
  34. 18 10月, 2013 1 次提交
  35. 17 10月, 2013 1 次提交
    • I
      8009303: Tiered: incorrect results in VM tests stringconcat with -Xcomp... · c8e1c633
      iveresov 提交于
      8009303: Tiered: incorrect results in VM tests stringconcat with -Xcomp -XX:+DeoptimizeALot on solaris-amd64
      Summary: Do memory flow analysis in string concat optimizier to exclude cases when computation of arguments to StringBuffer::append has side effects
      Reviewed-by: kvn, twisti
      c8e1c633