1. 31 1月, 2017 1 次提交
  2. 22 9月, 2016 1 次提交
  3. 01 3月, 2016 1 次提交
  4. 18 8月, 2015 1 次提交
  5. 06 8月, 2015 2 次提交
  6. 05 5月, 2015 1 次提交
  7. 30 4月, 2015 1 次提交
  8. 13 3月, 2015 1 次提交
  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. 25 2月, 2015 1 次提交
  11. 18 11月, 2014 2 次提交
  12. 11 11月, 2014 1 次提交
  13. 25 10月, 2014 1 次提交
  14. 22 8月, 2014 1 次提交
  15. 27 8月, 2014 1 次提交
  16. 25 4月, 2016 1 次提交
  17. 24 4月, 2015 1 次提交
  18. 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
  19. 10 4月, 2014 1 次提交
  20. 18 11月, 2015 1 次提交
  21. 21 3月, 2014 1 次提交
  22. 03 4月, 2014 1 次提交
  23. 14 2月, 2014 1 次提交
  24. 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
  25. 24 1月, 2014 1 次提交
  26. 08 5月, 2014 1 次提交
  27. 29 4月, 2014 1 次提交
  28. 23 1月, 2014 1 次提交
    • S
      8031968: Mac OS X: VM starts the agent by calling both Agent_OnAttach and... · 5975a8a8
      sla 提交于
      8031968: Mac OS X: VM starts the agent by calling both Agent_OnAttach and Agent_OnAttach_L functions if its agent library is dynamically linked.
      Summary: Make sure we only look for statically linked agents in the main process image
      Reviewed-by: dsamersoff, bpittore, dcubed
      5975a8a8
  29. 03 4月, 2014 1 次提交
  30. 06 12月, 2013 1 次提交
  31. 22 11月, 2013 1 次提交
  32. 16 11月, 2013 1 次提交
  33. 25 10月, 2013 1 次提交
  34. 05 10月, 2013 1 次提交
    • S
      8024838: Significant slowdown due to transparent huge pages · 39578cad
      stefank 提交于
      Summary: Don't turn on transparent huge pages (-XX:+UseTransparentHugePages) unless explicitly specified on the command line. This has the effect that large pages are never turned on Linux unless the user has explicitly enabled any of the large pages flags: -XX:+UseLargePages, -XX:+UseTransparentHugePages, -XX:+UseHugeTLBFS, and -XX:+UseSHM.
      Reviewed-by: jwilhelm, tschatzl, brutisso
      39578cad
  35. 25 9月, 2013 1 次提交
  36. 17 9月, 2013 1 次提交
  37. 16 9月, 2013 1 次提交
  38. 11 9月, 2013 1 次提交
    • T
      8010722: assert: failed: heap size is too big for compressed oops · 95a96a89
      tschatzl 提交于
      Summary: Use conservative assumptions of required alignment for the various garbage collector components into account when determining the maximum heap size that supports compressed oops. Using this conservative value avoids several circular dependencies in the calculation.
      Reviewed-by: stefank, dholmes
      95a96a89