< prev index next >

src/hotspot/share/c1/c1_ValueMap.hpp

Print this page

@@ -184,10 +184,11 @@
   void do_IfOp           (IfOp*            x) { /* nothing to do */ }
   void do_Convert        (Convert*         x) { /* nothing to do */ }
   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 */ }
   void do_CheckCast      (CheckCast*       x) { /* nothing to do */ }
   void do_InstanceOf     (InstanceOf*      x) { /* nothing to do */ }
< prev index next >