comparison 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
comparison
equal deleted inserted replaced
725:928912ce8438 726:be93aad57795
945 break; 945 break;
946 946
947 case Bytecodes::_invokevirtual: 947 case Bytecodes::_invokevirtual:
948 case Bytecodes::_invokespecial: 948 case Bytecodes::_invokespecial:
949 case Bytecodes::_invokestatic: 949 case Bytecodes::_invokestatic:
950 case Bytecodes::_invokedynamic:
950 case Bytecodes::_invokeinterface: 951 case Bytecodes::_invokeinterface:
951 { 952 {
952 bool is_static = (depth == 0); 953 bool is_static = (depth == 0);
953 bool ignore; 954 bool ignore;
954 ciBytecodeStream iter(method()); 955 ciBytecodeStream iter(method());