1. 05 12月, 2019 1 次提交
  2. 27 8月, 2014 1 次提交
  3. 06 8月, 2014 1 次提交
  4. 09 4月, 2015 1 次提交
  5. 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
  6. 21 2月, 2014 1 次提交
  7. 23 4月, 2014 1 次提交
  8. 11 11月, 2013 1 次提交
  9. 10 11月, 2013 1 次提交
  10. 02 11月, 2013 1 次提交
  11. 22 10月, 2013 3 次提交
  12. 07 10月, 2013 1 次提交
  13. 05 10月, 2013 1 次提交
  14. 04 10月, 2013 1 次提交
  15. 03 10月, 2013 1 次提交
  16. 01 10月, 2013 1 次提交
  17. 14 9月, 2013 1 次提交
  18. 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
  19. 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
  20. 15 5月, 2013 2 次提交
    • T
      6843347: Boundary values in some public GC options cause crashes · f0036e39
      tschatzl 提交于
      Summary: Setting some public integer options to specific values causes crashes or undefined GC behavior. This patchset adds the necessary argument checking for these options.
      Reviewed-by: jmasa, brutisso
      f0036e39
    • M
      8012902: remove use of global operator new - take 2 · 73092391
      minqi 提交于
      Summary: The fix of 8010992, disable use of global operator new and new[] which caused failure on some tests. This takes two of the bugs also add ALLOW_OPERATOR_NEW_USAGE to prevent crash for third party code calling operator new of jvm on certain platforms.
      Reviewed-by: coleenp, dholmes, zgu
      Contributed-by: yumin.qi@oracle.com
      73092391
  21. 13 5月, 2013 1 次提交
    • T
      8014058: Regression tests for 8006088 · ba0f7cb3
      tschatzl 提交于
      Summary: The patch for 8006088 misses regression tests after a merge error, this CR provides them.
      Reviewed-by: jwilhelm, tamao, jmasa
      ba0f7cb3
  22. 06 5月, 2013 2 次提交
  23. 22 4月, 2013 1 次提交
  24. 20 4月, 2013 1 次提交
  25. 28 3月, 2013 1 次提交
  26. 13 3月, 2013 1 次提交
  27. 15 2月, 2013 1 次提交
  28. 28 1月, 2013 1 次提交
  29. 24 1月, 2013 1 次提交
  30. 30 12月, 2012 1 次提交
  31. 04 12月, 2012 1 次提交
  32. 27 11月, 2012 1 次提交
  33. 31 10月, 2012 1 次提交
  34. 19 9月, 2012 1 次提交
  35. 02 9月, 2012 1 次提交
  36. 26 9月, 2011 1 次提交