--- old/src/hotspot/share/c1/c1_ValueMap.hpp 2019-07-12 08:14:43.278579779 -0700 +++ new/src/hotspot/share/c1/c1_ValueMap.hpp 2019-07-12 08:14:42.938567611 -0700 @@ -190,6 +190,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 */ }