< prev index next >

src/hotspot/share/ci/ciMethodBlocks.cpp

Print this page

        

@@ -237,11 +237,10 @@
       case Bytecodes::_ireturn     :
       case Bytecodes::_lreturn     :
       case Bytecodes::_freturn     :
       case Bytecodes::_dreturn     :
       case Bytecodes::_areturn     :
-      case Bytecodes::_vreturn     :
       case Bytecodes::_return      :
         cur_block->set_control_bci(bci);
         if (s.next_bci() < limit_bci) {
           (void) make_block_at(s.next_bci());
         }
< prev index next >