--- old/src/hotspot/share/c1/c1_RangeCheckElimination.hpp 2019-07-12 08:14:42.554553868 -0700 +++ new/src/hotspot/share/c1/c1_RangeCheckElimination.hpp 2019-07-12 08:14:42.234542415 -0700 @@ -147,6 +147,8 @@ void do_NewTypeArray (NewTypeArray* x) { /* nothing to do */ }; void do_NewObjectArray (NewObjectArray* x) { /* nothing to do */ }; void do_NewMultiArray (NewMultiArray* x) { /* nothing to do */ }; + void do_WithField (WithField* x) { /* nothing to do */ }; + void do_DefaultValue (DefaultValue* x) { /* nothing to do */ }; void do_CheckCast (CheckCast* x) { /* nothing to do */ }; void do_InstanceOf (InstanceOf* x) { /* nothing to do */ }; void do_BlockBegin (BlockBegin* x) { /* nothing to do */ };