author | mockner |
Mon, 13 Feb 2017 17:26:26 +0000 | |
changeset 46265 | 6a3bb9853fee |
parent 46264 | 03e564780d23 (diff) |
parent 46263 | 1d8d6ddcc626 (current diff) |
child 46266 | d5ccf56195af |
--- a/hotspot/src/share/vm/services/mallocSiteTable.hpp Mon Feb 13 10:37:33 2017 -0500 +++ b/hotspot/src/share/vm/services/mallocSiteTable.hpp Mon Feb 13 17:26:26 2017 +0000 @@ -62,7 +62,7 @@ public: MallocSiteHashtableEntry() : _next(NULL) { } - MallocSiteHashtableEntry(NativeCallStack stack): + MallocSiteHashtableEntry(const NativeCallStack& stack): _malloc_site(stack), _next(NULL) { } inline const MallocSiteHashtableEntry* next() const {