8059100: SIGSEGV VirtualMemoryTracker::remove_released_region

Disallow increasing native memory tracking level

Reviewed-by: hseigel, ctornqvi, gtriantafill
This commit is contained in:
Coleen Phillimore 2014-10-10 19:36:12 +00:00
parent fe03f41db8
commit 3a86f9cd27
12 changed files with 134 additions and 119 deletions

View file

@ -740,7 +740,7 @@ void VMError::report(outputStream* st) {
STEP(228, "(Native Memory Tracking)" )
if (_verbose) {
MemTracker::final_report(st);
MemTracker::error_report(st);
}
STEP(230, "" )