mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8199471: Enable generation of callSiteForms at link time
Reviewed-by: psandoz, mchung
This commit is contained in:
parent
562b3c4393
commit
b66ffad152
6 changed files with 77 additions and 24 deletions
|
@ -649,6 +649,8 @@ class InvokerBytecodeGenerator {
|
|||
}
|
||||
case EXACT_INVOKER: // fall-through
|
||||
case EXACT_LINKER: // fall-through
|
||||
case LINK_TO_CALL_SITE: // fall-through
|
||||
case LINK_TO_TARGET_METHOD: // fall-through
|
||||
case GENERIC_INVOKER: // fall-through
|
||||
case GENERIC_LINKER: return resolveFrom(name, invokerType.basicType(), Invokers.Holder.class);
|
||||
case GET_OBJECT: // fall-through
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue