mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 12:09:14 +00:00
8337997: MallocHeader description refers to non-existent NMT state "minimal"
Reviewed-by: jsjolen, zgu
This commit is contained in:
parent
8cf0735839
commit
66513ddbe9
@ -36,7 +36,7 @@ class outputStream;
|
||||
/*
|
||||
* Malloc tracking header.
|
||||
*
|
||||
* If NMT is active (state >= minimal), we need to track allocations. A simple and cheap way to
|
||||
* If NMT is active (state >= summary), we need to track allocations. A simple and cheap way to
|
||||
* do this is by using malloc headers.
|
||||
*
|
||||
* The user allocation is preceded by a header and is immediately followed by a (possibly unaligned)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user