1. 27 3月, 2014 1 次提交
  2. 26 3月, 2014 1 次提交
  3. 25 3月, 2014 1 次提交
    • L
      Merge · 0f96a0b1
      lana 提交于
      0f96a0b1
  4. 21 3月, 2014 4 次提交
  5. 20 3月, 2014 1 次提交
  6. 19 3月, 2014 2 次提交
    • L
      Merge · b563274e
      lana 提交于
      b563274e
    • A
      Merge · 21baf383
      amurillo 提交于
      21baf383
  7. 17 3月, 2014 1 次提交
  8. 15 3月, 2014 1 次提交
  9. 14 3月, 2014 3 次提交
  10. 13 3月, 2014 3 次提交
  11. 06 3月, 2014 3 次提交
  12. 05 3月, 2014 2 次提交
  13. 18 3月, 2014 2 次提交
    • R
      Merge · f51328c3
      roland 提交于
      f51328c3
    • I
      Merge · 1ebe8dbb
      iveresov 提交于
      1ebe8dbb
  14. 15 3月, 2014 1 次提交
  15. 13 3月, 2014 1 次提交
  16. 05 3月, 2014 1 次提交
  17. 04 3月, 2014 3 次提交
  18. 01 3月, 2014 4 次提交
  19. 28 2月, 2014 2 次提交
  20. 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
  21. 06 3月, 2014 2 次提交