Review request for JDK-8016880: 42 tests in annot102* fail with compile-time errors

Alex Buckley alex.buckley at oracle.com
Tue Jul 23 13:35:00 PDT 2013


Obviously an annotation anywhere in the upper bound of a type parameter 
should be invisible when it comes to using the type variable introduced 
by the type parameter, say in a method signature.

I presume the test expects errors from both the t1 anon.inner class and 
the t2 anon.inner class ?

Alex

On 7/23/2013 1:15 PM, Eric McCorkle wrote:
> Hello,
>
> Please review this patch, which fixes some JCK failures related to type
> annotations.
>
> The root cause of these is AnnotatedType, which has been scheduled for
> replacement.
>
> The webrev is here:
> http://cr.openjdk.java.net/~emc/8016880/
>
> The bug report is here:
> http://bugs.sun.com/view_bug.do?bug_id=8016880
>
> Thanks,
> Eric
>


More information about the compiler-dev mailing list