1. 20 1月, 2014 1 次提交
    • S
      8020277: Young GC could be extremely slow due to assertion in... · b239de7f
      sjohanss 提交于
      8020277: Young GC could be extremely slow due to assertion in ObjectStartArray::object_starts_in_range
      8009462: Young GC's (ParNewGC and SerialGC) have unexpected variances.
      Summary: Removed the assertion slowing down GC.
      Reviewed-by: stefank, mgerdin
      b239de7f
  2. 17 3月, 2014 3 次提交
  3. 14 3月, 2014 1 次提交
  4. 06 3月, 2014 2 次提交
  5. 05 3月, 2014 1 次提交
  6. 15 3月, 2014 1 次提交
  7. 13 3月, 2014 1 次提交
  8. 28 2月, 2014 1 次提交
  9. 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
  10. 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
  11. 26 2月, 2014 2 次提交
  12. 16 2月, 2014 1 次提交
  13. 11 2月, 2014 1 次提交
  14. 27 2月, 2014 2 次提交
  15. 26 2月, 2014 4 次提交
  16. 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
  17. 06 2月, 2014 1 次提交
  18. 05 2月, 2014 1 次提交
  19. 31 1月, 2014 2 次提交
  20. 30 1月, 2014 1 次提交
  21. 28 1月, 2014 1 次提交
  22. 27 1月, 2014 1 次提交
  23. 24 1月, 2014 4 次提交
  24. 15 2月, 2014 1 次提交
  25. 13 2月, 2014 1 次提交
  26. 24 1月, 2014 1 次提交
    • S
      8030027: nsk/jvmti/scenarios/hotswap/HS101/hs101t006 Crashed the vm on... · 6ee39249
      sspitsyn 提交于
      8030027: nsk/jvmti/scenarios/hotswap/HS101/hs101t006 Crashed the vm on Linux-amd64: SIGSEGV in JavaThread::last_java_vframe(RegisterMap*)+0xfa
      Summary: Add a safe guard to VMOp_GetCurrentLocation against non-walkable stack of target thread exiting from Java execution
      Reviewed-by: mgronlun, dholmes, sla, dcubed
      Contributed-by: serguei.spitsyn@oracle.com
      6ee39249
  27. 23 1月, 2014 2 次提交