< prev index next >

src/share/vm/opto/graphKit.cpp

Print this page

        

@@ -897,11 +897,10 @@
   case Bytecodes::_arraylength: inputs = 1;  break;
 
   case Bytecodes::_getstatic:
   case Bytecodes::_putstatic:
   case Bytecodes::_getfield:
-  case Bytecodes::_vgetfield:
   case Bytecodes::_putfield:
     {
       bool ignored_will_link;
       ciField* field = method()->get_field_at_bci(bci(), ignored_will_link);
       int      size  = field->type()->size();
< prev index next >