hg: lambda/lambda/hotspot: Summary: Fixes processing of non-class types as generic parameters

Brian Goetz brian.goetz at oracle.com
Tue Apr 17 10:23:15 PDT 2012


Thanks Keith!  Will try this out today.

For those watching: this was a bug in the VM implementation of extension 
methods where it tripped over generic signatures with array types (e.g., 
Iterable<Object[]> in them.

On 4/17/2012 1:01 PM, keith.mcguigan at oracle.com wrote:
> Changeset: 02c43b290fbe
> Author:    kamg
> Date:      2012-04-16 10:51 -0400
> URL:       http://hg.openjdk.java.net/lambda/lambda/hotspot/rev/02c43b290fbe
>
> Summary: Fixes processing of non-class types as generic parameters
>
> ! src/share/vm/classfile/genericSignatures.cpp
> ! src/share/vm/classfile/genericSignatures.hpp
>
>


More information about the lambda-dev mailing list