1. 11 10月, 2014 1 次提交
  2. 19 8月, 2014 1 次提交
  3. 27 8月, 2014 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. 04 7月, 2013 1 次提交
  6. 18 6月, 2013 1 次提交
  7. 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
  8. 28 3月, 2013 1 次提交
  9. 20 3月, 2013 1 次提交
  10. 02 2月, 2013 1 次提交
  11. 09 1月, 2013 1 次提交
  12. 27 11月, 2012 1 次提交
  13. 10 11月, 2012 1 次提交
  14. 20 10月, 2012 1 次提交
  15. 11 10月, 2012 1 次提交
  16. 18 9月, 2012 1 次提交
  17. 17 9月, 2012 1 次提交
  18. 12 9月, 2012 1 次提交
  19. 02 8月, 2012 1 次提交
  20. 19 7月, 2012 1 次提交
    • Z
      7182543: NMT ON: Aggregate a few NMT related bugs · 06382e86
      zgu 提交于
      Summary: 1) Fixed MemTrackWorker::generations_in_used() calculation 2) Ensured NMT not to leak memory recorders after shutdown 3) Used ThreadCritical to block safepoint safe threads
      Reviewed-by: acorn, coleenp, dholmes, kvn
      06382e86
  21. 17 7月, 2012 1 次提交
  22. 29 6月, 2012 1 次提交
    • Z
      6995781: Native Memory Tracking (Phase 1) · bdfb3cf5
      zgu 提交于
      7151532: DCmd for hotspot native memory tracking
      Summary: Implementation of native memory tracking phase 1, which tracks VM native memory usage, and related DCmd
      Reviewed-by: acorn, coleenp, fparain
      bdfb3cf5