hotspot/src/share/vm/opto/parseHelper.cpp
changeset 2570 ecc7862946d4
parent 670 ddf3e9583f2f
child 3261 c7d5aae8d3f7
equal deleted inserted replaced
2569:9e8daec25638 2570:ecc7862946d4
   412   case Bytecodes::_invokevirtual:
   412   case Bytecodes::_invokevirtual:
   413   case Bytecodes::_invokeinterface:
   413   case Bytecodes::_invokeinterface:
   414     profile_receiver_type(receiver);
   414     profile_receiver_type(receiver);
   415     break;
   415     break;
   416   case Bytecodes::_invokestatic:
   416   case Bytecodes::_invokestatic:
       
   417   case Bytecodes::_invokedynamic:
   417   case Bytecodes::_invokespecial:
   418   case Bytecodes::_invokespecial:
   418     break;
   419     break;
   419   default: fatal("unexpected call bytecode");
   420   default: fatal("unexpected call bytecode");
   420   }
   421   }
   421 }
   422 }