< prev index next >

src/hotspot/share/c1/c1_RangeCheckElimination.hpp

Print this page

@@ -141,10 +141,11 @@
     void do_CompareOp      (CompareOp*       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 >