diff -r 928912ce8438 -r be93aad57795 src/share/vm/opto/graphKit.cpp --- a/src/share/vm/opto/graphKit.cpp Mon Apr 20 14:48:03 2009 -0700 +++ b/src/share/vm/opto/graphKit.cpp Tue Apr 21 23:21:04 2009 -0700 @@ -947,6 +947,7 @@ case Bytecodes::_invokevirtual: case Bytecodes::_invokespecial: case Bytecodes::_invokestatic: + case Bytecodes::_invokedynamic: case Bytecodes::_invokeinterface: { bool is_static = (depth == 0);