History log of /openjdk10/hotspot/src/share/vm/services/virtualMemoryTracker.cpp
Revision Date Author Comments
# 11857:d0fbf661cc16 21-Aug-2016 dholmes

8157907: Incorrect inclusion of atomic.hpp instead of atomic.inline.hpp
Summary: Remove atomic.inline.hpp and move the contents back into atomic.hpp
Reviewed-by: stefank, pliden, simonis


# 11378:51ff9e7c2b51 01-Jun-2016 mockner

8138705: Kitchen sink stress test fails
Summary: NMT now supports overlapping commits.
Reviewed-by: coleenp, zgu


# 9938:eb84884dbeaa 12-Jan-2016 jiangli

8146523: VirtualMemoryTracker::remove_released_region double count unmapped CDS shared memory
Summary: Skip tracking release for unmapped CDS shared space.
Reviewed-by: dholmes, coleenp, iklam, gtriantafill


# 9078:f10efc097bae 06-Oct-2015 mockner

8138917: Back out change for 8130681
Summary: Change 8130681 has been backed out.
Reviewed-by: coleenp, gtriantafill


# 9050:83b9a8e8593d 24-Sep-2015 mockner

8130681: Kitchensink startup crashes JVM with NMT overlapping ranges
Summary: add_committed_region now handles overlapping commits.
Reviewed-by: hseigel, coleenp


# 8543:e43885496ea0 12-Jun-2015 jiangli

8015086: add interned strings to the shared archive.
Summary: Support saving interned strings in shared CDS archive.
Reviewed-by: coleenp, iklam, pliden


# 7233:d1b65075a01c 10-Oct-2014 coleenp

8059100: SIGSEGV VirtualMemoryTracker::remove_released_region
Summary: Disallow increasing native memory tracking level
Reviewed-by: hseigel, ctornqvi, gtriantafill


# 6886:b808a03aa0b7 19-Aug-2014 zgu

Merge


# 6883:c041b65beeed 19-Aug-2014 zgu

8055061: assert at share/vm/services/virtualMemoryTracker.cpp:332 Error: ShouldNotReachHere() when running NMT tests
Summary: Handled CDS mapping region and added test for the scenario
Reviewed-by: coleenp, ctornqvi


# 6882:83b971c5423f 19-Aug-2014 zgu

Merge


# 6881:c346a7739aee 19-Aug-2014 zgu

8055007: NMT2: emptyStack missing in minimal build
Summary: Refactored emptyStack to a static member of NativeCallStack, which is accessible in minimal build.
Reviewed-by: coleenp, dholmes


# 6873:72030160367a 14-Aug-2014 zgu

8054368: nsk/jdi/VirtualMachine/exit/exit002 crash with detail tracking on (NMT2)
Summary: Dynamic allocate _reserved_regions instead of static object to avoid racing during process exit
Reviewed-by: dholmes, coleenp


# 6853:91eeb8807a03 07-Aug-2014 zgu

8046598: Scalable Native memory tracking development
Summary: Enhance scalability of native memory tracking
Reviewed-by: coleenp, ctornqvi, gtriantafill