< prev index next >

src/hotspot/share/c1/c1_ValueMap.hpp

Print this page

*** 188,197 **** --- 188,199 ---- 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 >