1. 28 2月, 2014 1 次提交
    • J
      8036025: Sort the freelist in order to shrink the heap · dc597682
      jwilhelm 提交于
      Summary: The free list is being maintained in a sorted fashion and old and humongous regions are allocated from the bottom of the heap while young regions are allocated at the top.
      Reviewed-by: tschatzl, mgerdin
      Contributed-by: jesper.wilhelmsson@oracle.com, staffan.friberg@oracle.com
      dc597682
  2. 24 3月, 2014 8 次提交
  3. 17 3月, 2014 3 次提交
  4. 14 3月, 2014 1 次提交
  5. 06 3月, 2014 2 次提交
  6. 05 3月, 2014 1 次提交
  7. 15 3月, 2014 1 次提交
  8. 13 3月, 2014 1 次提交
  9. 28 2月, 2014 1 次提交
  10. 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
  11. 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
  12. 26 2月, 2014 2 次提交
  13. 16 2月, 2014 1 次提交
  14. 11 2月, 2014 1 次提交
  15. 27 2月, 2014 2 次提交
  16. 26 2月, 2014 4 次提交
  17. 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
  18. 06 2月, 2014 1 次提交
  19. 05 2月, 2014 1 次提交
  20. 31 1月, 2014 2 次提交
  21. 30 1月, 2014 1 次提交
  22. 28 1月, 2014 1 次提交
  23. 27 1月, 2014 1 次提交
  24. 24 1月, 2014 1 次提交