src/hotspot/share/gc/z/c2/zBarrierSetC2.cpp
changeset 54327 a4d19817609c
parent 53766 7e4a9e912759
child 55123 7b70f269fe0d
child 58678 9cf78a70fa4f
--- a/src/hotspot/share/gc/z/c2/zBarrierSetC2.cpp	Thu Mar 28 10:04:27 2019 -0700
+++ b/src/hotspot/share/gc/z/c2/zBarrierSetC2.cpp	Thu Mar 28 11:06:00 2019 -0700
@@ -194,9 +194,9 @@
   return sizeof(*this);
 }
 
-uint LoadBarrierNode::cmp(const Node& n) const {
+bool LoadBarrierNode::cmp(const Node& n) const {
   ShouldNotReachHere();
-  return 0;
+  return false;
 }
 
 const Type *LoadBarrierNode::bottom_type() const {