src/share/vm/opto/graphKit.cpp

changeset 1161
be93aad57795
parent 1082
bd441136a5ce
child 1165
9c6be3edf0dc
     1.1 --- a/src/share/vm/opto/graphKit.cpp	Mon Apr 20 14:48:03 2009 -0700
     1.2 +++ b/src/share/vm/opto/graphKit.cpp	Tue Apr 21 23:21:04 2009 -0700
     1.3 @@ -947,6 +947,7 @@
     1.4    case Bytecodes::_invokevirtual:
     1.5    case Bytecodes::_invokespecial:
     1.6    case Bytecodes::_invokestatic:
     1.7 +  case Bytecodes::_invokedynamic:
     1.8    case Bytecodes::_invokeinterface:
     1.9      {
    1.10        bool is_static = (depth == 0);

mercurial