This is an auto-replied message. I am out of office until Feb 7th with limited
access to email.
___
mlvm-dev mailing list
[email protected]
http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev
On 01/30/2011 09:08 AM, John Rose wrote:
On Jan 29, 2011, at 11:40 PM, Kirill Shirokov wrote:
The invokedynamic instruction requires a MethodHandle constant pool
entry for a bootstrap method.
This MH CP entry can be one of 9 REF_xxx types.
Questions:
Q1. Which types are valid in the case of
This is an auto-replied message. I am out of office until Feb 7th with limited
access to email.
___
mlvm-dev mailing list
[email protected]
http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev
This is an auto-replied message. I am out of office until Feb 7th with limited
access to email.
___
mlvm-dev mailing list
[email protected]
http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev
On Jan 29, 2011, at 11:40 PM, Kirill Shirokov wrote:
> The invokedynamic instruction requires a MethodHandle constant pool
> entry for a bootstrap method.
>
> This MH CP entry can be one of 9 REF_xxx types.
>
> Questions:
>
> Q1. Which types are valid in the case of bootstrap method?
Any CONS
The invokedynamic instruction requires a MethodHandle constant pool
entry for a bootstrap method.
This MH CP entry can be one of 9 REF_xxx types.
Questions:
Q1. Which types are valid in the case of bootstrap method?
Q2. What happens if I try to use invalid types?
I could not find answers in t