1. 05 12月, 2019 1 次提交
  2. 16 4月, 2019 1 次提交
  3. 15 3月, 2016 1 次提交
  4. 01 12月, 2014 2 次提交
  5. 26 8月, 2014 1 次提交
  6. 21 8月, 2014 1 次提交
  7. 21 7月, 2014 2 次提交
  8. 07 7月, 2014 1 次提交
  9. 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
  10. 06 3月, 2014 1 次提交
  11. 14 2月, 2014 1 次提交
  12. 31 3月, 2014 1 次提交
  13. 27 1月, 2014 1 次提交
  14. 19 6月, 2014 1 次提交
  15. 14 1月, 2014 1 次提交
  16. 02 11月, 2013 1 次提交
  17. 22 10月, 2013 1 次提交
  18. 16 8月, 2013 1 次提交
    • S
      8007074: SIGSEGV at ParMarkBitMap::verify_clear() · e52f7476
      stefank 提交于
      Summary: Replace the broken large pages implementation on Linux. New flag: -XX:+UseTransparentHugePages - Linux specific flag to turn on transparent huge page hinting with madvise(..., MAP_HUGETLB). Changed behavior: -XX:+UseLargePages - tries to use -XX:+UseTransparentHugePages before trying other large pages implementations (on Linux). Changed behavior: -XX:+UseHugeTLBFS - Use upfront allocation of Large Pages instead of using the broken implementation to dynamically committing large pages. Changed behavior: -XX:LargePageSizeInBytes - Turned off the ability to use this flag on Linux and provides warning to user if set to a value different than the OS chosen large page size. Changed behavior: Setting no large page size - Now defaults to use -XX:UseTransparentHugePages if the OS supports it. Previously, -XX:+UseHugeTLBFS was chosen if the OS was configured to use large pages.
      Reviewed-by: tschatzl, dcubed, brutisso
      e52f7476
  19. 14 8月, 2013 1 次提交
  20. 07 8月, 2013 1 次提交
  21. 04 7月, 2013 1 次提交
  22. 10 6月, 2013 1 次提交
  23. 17 5月, 2013 1 次提交
  24. 25 4月, 2013 1 次提交
  25. 10 4月, 2013 1 次提交
  26. 14 3月, 2013 1 次提交
  27. 13 2月, 2013 1 次提交
  28. 23 4月, 2013 1 次提交
  29. 06 4月, 2013 1 次提交
  30. 24 1月, 2013 1 次提交
  31. 16 10月, 2012 1 次提交
  32. 02 9月, 2012 1 次提交
  33. 01 6月, 2012 1 次提交
  34. 15 5月, 2012 1 次提交
  35. 16 4月, 2012 1 次提交
  36. 01 2月, 2012 1 次提交
  37. 20 12月, 2011 1 次提交
    • J
      7117303: VM uses non-monotonic time source and complains that it is non-monotonic · 412f955f
      johnc 提交于
      Summary: Replaces calls to os::javaTimeMillis(), which does not (and cannot) guarantee monotonicity, in GC code to an equivalent expression that uses os::javaTimeNanos(). os::javaTimeNanos is guaranteed monotonically non-decreasing if the underlying platform provides a monotonic time source. Changes in OS files are to make use of the newly defined constants in globalDefinitions.hpp.
      Reviewed-by: dholmes, ysr
      412f955f
  38. 15 12月, 2011 1 次提交