diff src/share/vm/opto/parse2.cpp @ 726:be93aad57795

6655646: dynamic languages need dynamically linked call sites Summary: invokedynamic instruction (JSR 292 RI) Reviewed-by: twisti, never
author jrose
date Tue, 21 Apr 2009 23:21:04 -0700
parents 98cb887364d3
children c96bf21b756f
line wrap: on
line diff
--- a/src/share/vm/opto/parse2.cpp	Mon Apr 20 14:48:03 2009 -0700
+++ b/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: