src/hotspot/share/opto/memnode.cpp
changeset 58516 d376d86b0a01
parent 58372 43c4fb8ba96b
child 58679 9c3209ff7550
child 58751 0f882d53c204
--- a/src/hotspot/share/opto/memnode.cpp	Tue Oct 08 15:30:46 2019 +0200
+++ b/src/hotspot/share/opto/memnode.cpp	Wed Oct 09 12:30:06 2019 +0000
@@ -49,9 +49,6 @@
 #include "utilities/copy.hpp"
 #include "utilities/macros.hpp"
 #include "utilities/vmError.hpp"
-#if INCLUDE_ZGC
-#include "gc/z/c2/zBarrierSetC2.hpp"
-#endif
 
 // Portions of code courtesy of Clifford Click
 
@@ -2851,7 +2848,7 @@
   : Node(required),
     _type(rt),
     _adr_type(at),
-    _has_barrier(false)
+    _barrier(0)
 {
   init_req(MemNode::Control, c  );
   init_req(MemNode::Memory , mem);