1. 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
  2. 26 8月, 2013 1 次提交
  3. 24 8月, 2013 1 次提交
    • D
      Merge · 75af31d3
      dcubed 提交于
      75af31d3
  4. 23 8月, 2013 15 次提交
  5. 22 8月, 2013 2 次提交
  6. 21 8月, 2013 2 次提交
  7. 20 8月, 2013 5 次提交
  8. 19 8月, 2013 1 次提交
  9. 17 8月, 2013 1 次提交
    • D
      Merge · 26c9d760
      dcubed 提交于
      26c9d760
  10. 16 8月, 2013 6 次提交
  11. 15 8月, 2013 4 次提交
  12. 21 8月, 2013 1 次提交