src/hotspot/share/jfr/leakprofiler/utilities/saveRestore.hpp
changeset 57811 947252a54b98
parent 57777 90ead0febf56
child 58679 9c3209ff7550
--- a/src/hotspot/share/jfr/leakprofiler/utilities/saveRestore.hpp	Tue Aug 20 11:15:23 2019 +0100
+++ b/src/hotspot/share/jfr/leakprofiler/utilities/saveRestore.hpp	Mon Aug 19 11:30:03 2019 +0200
@@ -27,7 +27,7 @@
 
 #include "memory/allocation.hpp"
 #include "memory/iterator.hpp"
-#include "oops/markOop.hpp"
+#include "oops/markWord.hpp"
 #include "utilities/growableArray.hpp"
 
 template <typename T, typename Impl>