hotspot/src/share/vm/opto/graphKit.cpp
changeset 2570 ecc7862946d4
parent 2259 d3c946e7f127
child 2574 1d5f85c2d755
equal deleted inserted replaced
2569:9e8daec25638 2570:ecc7862946d4
   945     break;
   945     break;
   946 
   946 
   947   case Bytecodes::_invokevirtual:
   947   case Bytecodes::_invokevirtual:
   948   case Bytecodes::_invokespecial:
   948   case Bytecodes::_invokespecial:
   949   case Bytecodes::_invokestatic:
   949   case Bytecodes::_invokestatic:
       
   950   case Bytecodes::_invokedynamic:
   950   case Bytecodes::_invokeinterface:
   951   case Bytecodes::_invokeinterface:
   951     {
   952     {
   952       bool is_static = (depth == 0);
   953       bool is_static = (depth == 0);
   953       bool ignore;
   954       bool ignore;
   954       ciBytecodeStream iter(method());
   955       ciBytecodeStream iter(method());