1. 01 4月, 2014 2 次提交
    • K
      8038633: crash in VM_Version::get_processor_features() on startup · a3852525
      kvn 提交于
      Summary: Windows need an exception wrapper around getPsrInfo_stub() call in order to properly handle SEGV for YMM registers test.
      Reviewed-by: iveresov, iignatyev
      a3852525
    • M
      7090324: gclog rotation via external tool · fc659ce5
      minqi 提交于
      Summary: GC log rotation can be set via java command line, but customer sometime need to sync with OS level rotation setting.
      Reviewed-by: sla, minqi, ehelin
      Contributed-by: suenaga.yasumasa@lab.ntt.co.jp
      fc659ce5
  2. 29 3月, 2014 3 次提交
  3. 27 3月, 2014 1 次提交
  4. 21 3月, 2014 1 次提交
  5. 17 3月, 2014 1 次提交
  6. 15 3月, 2014 1 次提交
  7. 14 3月, 2014 1 次提交
  8. 06 3月, 2014 2 次提交
  9. 05 3月, 2014 1 次提交
  10. 15 3月, 2014 1 次提交
  11. 13 3月, 2014 1 次提交
  12. 04 3月, 2014 1 次提交
  13. 28 2月, 2014 1 次提交
  14. 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
  15. 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
  16. 06 3月, 2014 1 次提交
    • D
      8029775: Solaris code cleanup · cf94d9df
      dcubed 提交于
      Summary: cleaned up warnings in solaris specific os code.
      Reviewed-by: coleenp, fparain, dcubed
      Contributed-by: gerald.thornbrugh@oracle.com
      cf94d9df
  17. 26 2月, 2014 2 次提交
  18. 25 2月, 2014 1 次提交
  19. 16 2月, 2014 1 次提交
  20. 11 2月, 2014 1 次提交
  21. 27 2月, 2014 2 次提交
  22. 26 2月, 2014 4 次提交
  23. 11 2月, 2014 1 次提交
    • M
      8033792: AltHashing used jint for imprecise bit shifting · 601e30e0
      minqi 提交于
      Summary: AltHashing used jint the way of juint in bit shifting which could lead loss of precision. Fix  by change _seed defined as juint.
      Reviewed-by: coleenp, ccheung
      Contributed-by: yumin.qi@oracle.com
      601e30e0
  24. 05 2月, 2014 1 次提交
  25. 31 1月, 2014 2 次提交
  26. 30 1月, 2014 1 次提交
  27. 28 2月, 2014 1 次提交
  28. 27 2月, 2014 1 次提交
  29. 25 3月, 2014 1 次提交
    • C
      8033566: [parfait] warning from b128 for... · 7a9a5a23
      ccheung 提交于
      8033566: [parfait] warning from b128 for hotspot/src/share/vm/runtime/frame.cpp: JNI primitive type mismatch
      Summary: added an assert for checking the return value is <= max_jint
      Reviewed-by: coleenp, minqi
      7a9a5a23
  30. 26 3月, 2014 1 次提交