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. 17 5月, 2014 1 次提交
    • K
      8042786: Proper fix for 8032566 · 86386245
      kvn 提交于
      Summary: Check for overflow cases in range checks and collapse it if we can.
      Reviewed-by: jrose, iveresov
      86386245
  3. 05 5月, 2014 1 次提交
  4. 03 5月, 2014 1 次提交
    • K
      8039298: assert(base == NULL || t_adr->isa_rawptr() ||... · fb43258c
      kvn 提交于
      8039298: assert(base == NULL || t_adr->isa_rawptr() || !phase->type(base)->higher_equal(TypePtr::NULL_PTR))
      Summary: Convert the assert into the runtime check to skip IGVN optimizations for problematic memory nodes. Eliminate dead nodes more aggressively.
      Reviewed-by: twisti, iveresov
      fb43258c
  5. 01 5月, 2014 1 次提交
  6. 25 4月, 2014 1 次提交
  7. 29 3月, 2014 2 次提交
  8. 06 3月, 2014 1 次提交
  9. 15 3月, 2014 1 次提交
  10. 13 3月, 2014 1 次提交
  11. 28 2月, 2014 1 次提交
  12. 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
  13. 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
  14. 26 2月, 2014 1 次提交
  15. 23 4月, 2014 2 次提交
  16. 17 4月, 2014 1 次提交
  17. 16 4月, 2014 1 次提交
  18. 28 2月, 2014 1 次提交
  19. 11 4月, 2014 1 次提交
  20. 24 3月, 2014 1 次提交
  21. 21 3月, 2014 1 次提交
  22. 26 3月, 2014 1 次提交
  23. 20 2月, 2014 1 次提交
  24. 28 1月, 2014 1 次提交
  25. 24 1月, 2014 2 次提交
  26. 23 1月, 2014 1 次提交
  27. 16 1月, 2014 1 次提交
  28. 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
  29. 14 1月, 2014 1 次提交
  30. 09 1月, 2014 1 次提交
  31. 22 2月, 2014 1 次提交
  32. 08 1月, 2014 1 次提交
  33. 07 1月, 2014 1 次提交
  34. 06 1月, 2014 1 次提交
  35. 27 12月, 2013 1 次提交
  36. 25 12月, 2013 1 次提交
  37. 20 12月, 2013 1 次提交