1. 12 8月, 2013 1 次提交
  2. 30 8月, 2013 1 次提交
  3. 22 8月, 2013 1 次提交
  4. 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
  5. 20 8月, 2013 1 次提交
  6. 02 8月, 2013 2 次提交
  7. 16 7月, 2013 1 次提交
  8. 10 7月, 2013 1 次提交
  9. 04 7月, 2013 1 次提交
  10. 26 6月, 2013 1 次提交
  11. 18 6月, 2013 2 次提交
  12. 13 7月, 2013 1 次提交
    • A
      7162400: Intermittent java.io.IOException: Bad file number during... · 04a6ead8
      allwin 提交于
      7162400: Intermittent java.io.IOException: Bad file number during HotSpotVirtualMachine.executeCommand
      Summary: Intermittent java.io.IOException: Bad file number during HotSpotVirtualMachine.executeCommand
      Reviewed-by: dcubed, dholmes, sspitsyn, mgerdin, ctornqvi, dsamersoff
      04a6ead8
  13. 12 7月, 2013 1 次提交
  14. 26 6月, 2013 1 次提交
  15. 10 6月, 2013 1 次提交
  16. 14 6月, 2013 2 次提交
  17. 10 6月, 2013 1 次提交
  18. 28 5月, 2013 1 次提交
  19. 06 5月, 2013 1 次提交
    • Z
      8013120: NMT: Kitchensink crashes with assert(next_region == NULL ||... · 5bfa7e7e
      zgu 提交于
      8013120: NMT: Kitchensink crashes with assert(next_region == NULL || !next_region->is_committed_region()) failed: Sanity check
      Summary: Fixed NMT to deal with releasing virtual memory region when there are still committed regions within it
      Reviewed-by: acorn, coleenp
      5bfa7e7e
  20. 03 5月, 2013 1 次提交
  21. 30 4月, 2013 1 次提交
  22. 25 4月, 2013 1 次提交
  23. 21 4月, 2013 1 次提交
  24. 18 4月, 2013 2 次提交
  25. 13 4月, 2013 1 次提交
  26. 10 4月, 2013 1 次提交
    • Z
      8010151: nsk/regression/b6653214 fails "assert(snapshot != NULL) failed:... · 73c87a69
      zgu 提交于
      8010151: nsk/regression/b6653214 fails "assert(snapshot != NULL) failed: Worker should not be started"
      Summary: Fixed a racing condition when shutting down NMT while worker thread is being started, also fixed a few mis-declared volatile pointers.
      Reviewed-by: dholmes, dlong
      73c87a69
  27. 06 4月, 2013 1 次提交
  28. 28 3月, 2013 1 次提交
  29. 27 3月, 2013 1 次提交
  30. 22 3月, 2013 1 次提交
  31. 20 3月, 2013 1 次提交
  32. 16 3月, 2013 1 次提交
  33. 28 2月, 2013 1 次提交
  34. 27 2月, 2013 1 次提交
  35. 21 2月, 2013 1 次提交
  36. 04 2月, 2013 1 次提交