1. 07 12月, 2015 1 次提交
  2. 06 8月, 2015 1 次提交
  3. 02 7月, 2015 1 次提交
  4. 05 5月, 2015 1 次提交
  5. 30 4月, 2015 1 次提交
  6. 13 3月, 2015 1 次提交
  7. 07 3月, 2015 1 次提交
  8. 13 1月, 2015 2 次提交
  9. 15 5月, 2015 1 次提交
    • M
      6536943: Bogus -Xcheck:jni warning for SIG_INT action for SIGINT in JVM... · 32ecab55
      minqi 提交于
      6536943: Bogus -Xcheck:jni warning for SIG_INT action for SIGINT in JVM started from non-interactive shell
      Summary: check_signal_handler will print out Warning for SHURDOWN2_SIGNAL (SIGINT) is replaced by non-interactive shell. Fix by supply more information of the replacement to user.
      Reviewed-by: dholmes
      Contributed-by: yumin.qi@oracle.com
      32ecab55
  10. 12 12月, 2014 1 次提交
  11. 25 2月, 2015 1 次提交
  12. 18 11月, 2014 2 次提交
  13. 16 11月, 2014 1 次提交
    • D
      8033602: wrong stabs data in libjvm.debuginfo on JDK 8 - SPARC · 3e31e839
      dcubed 提交于
      8034005: cannot debug in synchronizer.o or objectMonitor.o on Solaris X86
      Summary: Solaris needs objcopy version of 2.21.1 or newer is needed to create valid .debuginfo files.
      Reviewed-by: dsamersoff, sspitsyn, dholmes, ihse
      3e31e839
  14. 11 11月, 2014 1 次提交
  15. 12 11月, 2014 1 次提交
  16. 25 10月, 2014 1 次提交
  17. 27 8月, 2014 1 次提交
  18. 22 8月, 2014 1 次提交
  19. 27 8月, 2014 1 次提交
  20. 19 7月, 2014 1 次提交
  21. 15 9月, 2014 1 次提交
  22. 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
  23. 25 4月, 2014 1 次提交
  24. 10 4月, 2014 1 次提交
  25. 21 3月, 2014 1 次提交
  26. 15 3月, 2014 1 次提交
  27. 03 4月, 2014 1 次提交
  28. 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
  29. 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
  30. 14 2月, 2014 1 次提交
  31. 25 3月, 2014 1 次提交
    • D
      8033464: Linux code cleanup · 833fe6b1
      dcubed 提交于
      8033931: Several nightly tests failing with assert(imin < imax) failed: Unexpected page size
      Summary: cleaned up warnings in linux specific os code.
      Reviewed-by: dcubed, hseigel, coleenp, dsamersoff
      Contributed-by: gerald.thornbrugh@oracle.com
      833fe6b1
  32. 20 2月, 2014 1 次提交
  33. 20 3月, 2014 1 次提交
  34. 20 2月, 2014 1 次提交
  35. 24 1月, 2014 1 次提交
  36. 21 7月, 2014 1 次提交
  37. 19 7月, 2014 1 次提交
  38. 08 5月, 2014 1 次提交