src/hotspot/share/jfr/leakprofiler/chains/edgeUtils.cpp
changeset 57777 90ead0febf56
parent 55571 49102ba8cf14
child 58679 9c3209ff7550
child 59056 15936b142f86
--- a/src/hotspot/share/jfr/leakprofiler/chains/edgeUtils.cpp	Fri Aug 16 09:18:41 2019 +0200
+++ b/src/hotspot/share/jfr/leakprofiler/chains/edgeUtils.cpp	Tue Aug 06 10:48:21 2019 +0200
@@ -35,7 +35,7 @@
 #include "runtime/handles.inline.hpp"
 
 bool EdgeUtils::is_leak_edge(const Edge& edge) {
-  return (const Edge*)edge.pointee()->mark() == &edge;
+  return (const Edge*)edge.pointee()->mark().to_pointer() == &edge;
 }
 
 static int field_offset(const StoredEdge& edge) {