hotspot/src/share/vm/opto/parse2.cpp
changeset 2570 ecc7862946d4
parent 2131 98f9cef66a34
child 2867 69187054225f
--- a/hotspot/src/share/vm/opto/parse2.cpp	Mon Apr 20 14:48:03 2009 -0700
+++ b/hotspot/src/share/vm/opto/parse2.cpp	Tue Apr 21 23:21:04 2009 -0700
@@ -2156,6 +2156,7 @@
     break;
 
   case Bytecodes::_invokestatic:
+  case Bytecodes::_invokedynamic:
   case Bytecodes::_invokespecial:
   case Bytecodes::_invokevirtual:
   case Bytecodes::_invokeinterface: