# HG changeset patch # User mockner # Date 1487006786 0 # Node ID 6a3bb9853fee58ca5f9e743052bdd19211c192eb # Parent 03e564780d23bc3e5a9edef2420bb5bfb03c0523# Parent 1d8d6ddcc626c12459e8ff09bf493776dd2c2a74 Merge diff -r 1d8d6ddcc626 -r 6a3bb9853fee hotspot/src/share/vm/services/mallocSiteTable.hpp --- 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 {