comparison src/share/vm/opto/parseHelper.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 d1605aabd0a1
children bd02caa94611
comparison
equal deleted inserted replaced
725:928912ce8438 726:be93aad57795
412 case Bytecodes::_invokevirtual: 412 case Bytecodes::_invokevirtual:
413 case Bytecodes::_invokeinterface: 413 case Bytecodes::_invokeinterface:
414 profile_receiver_type(receiver); 414 profile_receiver_type(receiver);
415 break; 415 break;
416 case Bytecodes::_invokestatic: 416 case Bytecodes::_invokestatic:
417 case Bytecodes::_invokedynamic:
417 case Bytecodes::_invokespecial: 418 case Bytecodes::_invokespecial:
418 break; 419 break;
419 default: fatal("unexpected call bytecode"); 420 default: fatal("unexpected call bytecode");
420 } 421 }
421 } 422 }