< prev index next >

src/share/vm/ci/ciTypeFlow.cpp

Print this page

        

@@ -1268,11 +1268,10 @@
   case Bytecodes::_fstore_0:  store_local_float(0);                  break;
   case Bytecodes::_fstore_1:  store_local_float(1);                  break;
   case Bytecodes::_fstore_2:  store_local_float(2);                  break;
   case Bytecodes::_fstore_3:  store_local_float(3);                  break;
 
-  case Bytecodes::_vgetfield:
   case Bytecodes::_getfield:  do_getfield(str);                      break;
   case Bytecodes::_getstatic: do_getstatic(str);                     break;
 
   case Bytecodes::_goto:
   case Bytecodes::_goto_w:
< prev index next >