src/share/vm/opto/parseHelper.cpp

changeset 1161
be93aad57795
parent 631
d1605aabd0a1
child 1279
bd02caa94611
equal deleted inserted replaced
1160:928912ce8438 1161:be93aad57795
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 }

mercurial