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
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
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
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
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
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
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
>
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