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