< prev index next >

src/hotspot/share/c1/c1_RangeCheckElimination.hpp

Print this page

*** 145,154 **** --- 145,156 ---- 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 */ }; + 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 */ }; void do_Goto (Goto* x) { /* nothing to do */ }; void do_If (If* x) { /* nothing to do */ };
< prev index next >