--- old/src/hotspot/share/c1/c1_RangeCheckElimination.hpp 2019-03-11 14:25:13.338355886 +0100 +++ new/src/hotspot/share/c1/c1_RangeCheckElimination.hpp 2019-03-11 14:25:13.118355889 +0100 @@ -143,6 +143,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 */ };