Auto Reply: Re: bootstrap method constant pool entry type question

2011-01-30 Thread bernard . traversat
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

Re: bootstrap method constant pool entry type question

2011-01-30 Thread Rémi Forax
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

Auto Reply: Auto Reply: Re: bootstrap method constant pool entry type question

2011-01-30 Thread bernard . traversat
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

Auto Reply: Re: bootstrap method constant pool entry type question

2011-01-30 Thread bernard . traversat
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

Re: bootstrap method constant pool entry type question

2011-01-30 Thread John Rose
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

bootstrap method constant pool entry type question

2011-01-29 Thread Kirill Shirokov
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