mcimadamore [Thu, 23 Oct 2008 18:29:11 +0100] rev 1531
6557954: Inner class type parameters doesn't get substituted when checking type well-formedness
Summary: Validator.visitTypeApply should substitute all formal typevars with actual parameters
Reviewed-by: jjg
mcimadamore [Thu, 23 Oct 2008 18:10:23 +0100] rev 1530
6548436: Incorrect inconvertible types error
Summary: Types.rewrite quantifiers should cope with captured type-variables properly
Reviewed-by: jjg
mcimadamore [Thu, 23 Oct 2008 18:00:05 +0100] rev 1529
6487370: javac incorrectly gives ambiguity warning with override-equivalent abstract inherited methods
Summary: Javac should not compare erased return types when checking for ambiguity errors during overload resolution
Reviewed-by: jjg
mcimadamore [Thu, 23 Oct 2008 17:59:43 +0100] rev 1528
6711619: javac doesn't allow access to protected members in intersection types
Summary: Accordingly to new accessibility rules all members of intersection types (but private ones) should be accessible
Reviewed-by: jjg