mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 01:54:47 +02:00
8292073: NMT: remove unused constructor parameter from MallocHeader
Reviewed-by: zgu
This commit is contained in:
parent
cfd44bb2cd
commit
b6ff8fa307
3 changed files with 3 additions and 3 deletions
|
@ -116,7 +116,7 @@ class MallocHeader {
|
|||
|
||||
public:
|
||||
|
||||
inline MallocHeader(size_t size, MEMFLAGS flags, const NativeCallStack& stack, uint32_t mst_marker);
|
||||
inline MallocHeader(size_t size, MEMFLAGS flags, uint32_t mst_marker);
|
||||
|
||||
inline size_t size() const { return _size; }
|
||||
inline MEMFLAGS flags() const { return (MEMFLAGS)_flags; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue