mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8200167: Validate more special case invocations
Co-authored-by: Vladimir Ivanov <vladimir.x.ivanov@oracle.com> Co-authored-by: Tobias Hartmann <tobias.hartmann@oracle.com> Reviewed-by: acorn, vlivanov, dholmes
This commit is contained in:
parent
08855df46a
commit
d05ed512ac
8 changed files with 431 additions and 38 deletions
|
@ -674,6 +674,7 @@ class InvokerBytecodeGenerator {
|
|||
case DIRECT_NEW_INVOKE_SPECIAL: // fall-through
|
||||
case DIRECT_INVOKE_INTERFACE: // fall-through
|
||||
case DIRECT_INVOKE_SPECIAL: // fall-through
|
||||
case DIRECT_INVOKE_SPECIAL_IFC: // fall-through
|
||||
case DIRECT_INVOKE_STATIC: // fall-through
|
||||
case DIRECT_INVOKE_STATIC_INIT: // fall-through
|
||||
case DIRECT_INVOKE_VIRTUAL: return resolveFrom(name, invokerType, DirectMethodHandle.Holder.class);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue