xdono [Thu, 20 Nov 2008 11:39:33 -0800] rev 1543
Added tag jdk7-b40 for changeset 4e9ce4796705
duke [Wed, 05 Jul 2017 16:43:43 +0200] rev 1542
Added tag jdk7-b40 for changeset 3c53424bbe3b
duke [Wed, 05 Jul 2017 16:43:43 +0200] rev 1541
Merge
duke [Wed, 05 Jul 2017 16:43:41 +0200] rev 1540
Merge
tbell [Fri, 07 Nov 2008 11:45:49 -0800] rev 1539
Merge
mcimadamore [Tue, 28 Oct 2008 14:05:59 +0000] rev 1538
6763518: Impossible to suppress raw-type warnings
Summary: Check.validate(Type) should be invoked after -Xlint is augmented in Attr.visitVarDef
Reviewed-by: darcy
jjg [Mon, 27 Oct 2008 14:25:59 -0700] rev 1537
6764226: ListTest fails on javap output with bad characters
Reviewed-by: darcy
tbell [Fri, 24 Oct 2008 20:47:47 -0700] rev 1536
Merge
mcimadamore [Fri, 24 Oct 2008 12:46:51 +0100] rev 1535
6762569: Javac crashes with AssertionError in Types.containedBy
Summary: Types.containedBy should be more liberal with UndetVars
Reviewed-by: jjg
mcimadamore [Fri, 24 Oct 2008 12:46:34 +0100] rev 1534
6758789: Some method resolution diagnostic should be improved
Summary: Recent work on diagnostics left out some resolution corner cases
Reviewed-by: jjg
mcimadamore [Fri, 24 Oct 2008 12:46:07 +0100] rev 1533
6746184: javac fails to compile call to public varargs method
Summary: javac's resolution process should go through all steps described in JLS 15.12.2.2
Reviewed-by: jjg
mcimadamore [Fri, 24 Oct 2008 12:45:47 +0100] rev 1532
6680106: StackOverFlowError for Cyclic inheritance in TypeParameters with ArrayType Bounds
Summary: Javac ends up in an infinite loop while attributing mutually referring array type-parameter bounds
Reviewed-by: jjg
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