-
Bug
-
Resolution: Fixed
-
P4
-
9
-
b43
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8083273 | emb-9 | Coleen Phillimore | P4 | Resolved | Fixed | team |
void os::free(void *memblock, MEMFLAGS memflags) {
}
memflags is not used. freeing memory with NMT uses the MEMFLAGS in the malloc header, which is good because passing memflags to os::free used to be a source of bugs.
There are still calls that pass memory flags that should be fixed.
- backported by
-
JDK-8083273 os::free() takes MemoryTrackingLevel but doesn't need it
-
- Resolved
-