--- old/src/hotspot/share/c1/c1_ValueMap.hpp 2019-03-11 14:25:14.690355867 +0100 +++ new/src/hotspot/share/c1/c1_ValueMap.hpp 2019-03-11 14:25:14.446355870 +0100 @@ -186,6 +186,7 @@ void do_NullCheck (NullCheck* x) { /* nothing to do */ } void do_TypeCast (TypeCast* x) { /* nothing to do */ } void do_NewInstance (NewInstance* x) { /* nothing to do */ } + void do_NewValueTypeInstance (NewValueTypeInstance* x) { /* nothing to do */ } void do_NewTypeArray (NewTypeArray* x) { /* nothing to do */ } void do_NewObjectArray (NewObjectArray* x) { /* nothing to do */ } void do_NewMultiArray (NewMultiArray* x) { /* nothing to do */ }