hotspot/src/share/vm/opto/graphKit.cpp
changeset 2570 ecc7862946d4
parent 2259 d3c946e7f127
child 2574 1d5f85c2d755
--- a/hotspot/src/share/vm/opto/graphKit.cpp	Mon Apr 20 14:48:03 2009 -0700
+++ b/hotspot/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);