[cp-patches] [RFC/PATCH] AnnotationInvocationHandler type parametrization

2013-03-09 Thread Pekka Enberg
Type parametrize uses of generic types in AnnotationInvocationHandler. Signed-off-by: Pekka Enberg --- ChangeLog | 10 +++ .../annotation/AnnotationInvocationHandler.java| 28 ++-- 2 files changed, 24 insertions(+), 14 deletion

Re: [cp-patches] [RFC/PATCH] AnnotationInvocationHandler type parametrization

2013-03-09 Thread Mark Wielaard
On Sat, Mar 09, 2013 at 11:36:13AM +0200, Pekka Enberg wrote: > Type parametrize uses of generic types in AnnotationInvocationHandler. Generally we avoided generics for VM interface files, so VMs can ignore any "modern" class format extensions in their bootstrap classes. This class probably doesn'

Re: [cp-patches] [RFC/PATCH] AnnotationInvocationHandler type parametrization

2013-03-09 Thread Pekka Enberg
Hello Mark, On Sat, Mar 09, 2013 at 11:36:13AM +0200, Pekka Enberg wrote: >> Type parametrize uses of generic types in AnnotationInvocationHandler. On Sat, Mar 9, 2013 at 12:09 PM, Mark Wielaard wrote: > Generally we avoided generics for VM interface files, so VMs can ignore > any "modern" class

Re: [cp-patches] [RFC/PATCH] AnnotationInvocationHandler type parametrization

2013-03-09 Thread Mark Wielaard
On Sat, 2013-03-09 at 12:26 +0200, Pekka Enberg wrote: > On Sat, Mar 09, 2013 at 11:36:13AM +0200, Pekka Enberg wrote: > >> Type parametrize uses of generic types in AnnotationInvocationHandler. > > On Sat, Mar 9, 2013 at 12:09 PM, Mark Wielaard wrote: > > Generally we avoided generics for VM int

Re: [cp-patches] [RFC/PATCH] AnnotationInvocationHandler type parametrization

2013-03-11 Thread Andrew Hughes
- Original Message - > On Sat, 2013-03-09 at 12:26 +0200, Pekka Enberg wrote: > > On Sat, Mar 09, 2013 at 11:36:13AM +0200, Pekka Enberg wrote: > > >> Type parametrize uses of generic types in > > >> AnnotationInvocationHandler. > > > > On Sat, Mar 9, 2013 at 12:09 PM, Mark Wielaard > > w