mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8059100: SIGSEGV VirtualMemoryTracker::remove_released_region
Disallow increasing native memory tracking level Reviewed-by: hseigel, ctornqvi, gtriantafill
This commit is contained in:
parent
fe03f41db8
commit
3a86f9cd27
12 changed files with 134 additions and 119 deletions
|
@ -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, "" )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue