Auto Reply: Re: Bug when trying to find an exactInvoker ? [Was]: Spurious NPE in guardWithTest

2010-12-20 Thread y . s . ramakrishna
This is an automatic response. I am on vacation from 12/20 through 12/26, and not generally reading or responding to emai during that period. For urgent matters please contact my manager David Cox or Jon Masamitsu. ___ mlvm-dev mailing list mlvm-dev@ope

Re: Bug when trying to find an exactInvoker ? [Was]: Spurious NPE in guardWithTest

2010-12-20 Thread Rémi Forax
John, there are two different bugs: One throws a NPE when calling a guardWithTest, the other can't get the exactInvoker when calling invokeWithArguments() and is only reproductible with mlvm workspace code. Basically, lookup.findVirtual(MethodHandle.class, "invoke", methodType) fails. Rémi O

Auto Reply: Re: Spurious NPE in guardWithTest

2010-12-20 Thread y . s . ramakrishna
This is an automatic response. I am on vacation from 12/20 through 12/26, and not generally reading or responding to emai during that period. For urgent matters please contact my manager David Cox or Jon Masamitsu. ___ mlvm-dev mailing list mlvm-dev@ope

Re: Spurious NPE in guardWithTest

2010-12-20 Thread John Rose
On Dec 20, 2010, at 2:58 AM, Christian Thalinger wrote: > I can reproduce it on x86 and SPARC with -Xint. I'm not sure yet what causes > this but can this be an API problem? Could be a problem with a generic invoker, I suppose. Generic invocation is relatively new code. Remi, what's the type

Auto Reply: Auto Reply: Re: JDK 7 changes

2010-12-20 Thread y . s . ramakrishna
This is an automatic response. I am on vacation from 12/20 through 12/26, and not generally reading or responding to emai during that period. For urgent matters please contact my manager David Cox or Jon Masamitsu. ___ mlvm-dev mailing list mlvm-dev@ope

Auto Reply: Re: JDK 7 changes

2010-12-20 Thread y . s . ramakrishna
This is an automatic response. I am on vacation from 12/20 through 12/26, and not generally reading or responding to emai during that period. For urgent matters please contact my manager David Cox or Jon Masamitsu. ___ mlvm-dev mailing list mlvm-dev@ope

Re: JDK 7 changes

2010-12-20 Thread Ulf Zibis
See: http://openjdk.java.net/contribute/ -Ulf Am 18.12.2010 19:45, schrieb jitesh dundas: > Hello all, > > I have just joined. Can someone direct me to some work that I could > finish in here? > > Appreciate your help. > > Regards, > Jitesh Dundas >

Re: Spurious NPE in guardWithTest

2010-12-20 Thread Christian Thalinger
On Dec 14, 2010, at 8:12 PM, Rémi Forax wrote: > On 12/14/2010 06:10 PM, Christian Thalinger wrote: >> On Dec 14, 2010, at 6:02 PM, Rémi Forax wrote: >>> With the jdk7b121, sometimes when I call a MH created with guardWith, it >>> get a NPE because the target is NULL :( >>> >>> groovy examples/mix