diff src/share/vm/opto/graphKit.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 bd441136a5ce
children 9c6be3edf0dc
line wrap: on
line diff
--- 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);