commit | b2ffad71804f0641e5b56d46fdb86485d7861150 | [log] [tgz] |
---|---|---|
author | Maurizio Cimadamore <mcimadamore@openjdk.org> | Thu Oct 23 18:00:05 2008 +0100 |
committer | Maurizio Cimadamore <mcimadamore@openjdk.org> | Thu Oct 23 18:00:05 2008 +0100 |
tree | 00890339e763b5d06a7119aa81b9dfb12c9595cd | |
parent | 90e6379916924685fdb17d0a68f4c66d8a695eaa [diff] |
6487370: javac incorrectly gives ambiguity warning with override-equivalent abstract inherited methods Javac should not compare erased return types when checking for ambiguity errors during overload resolution Reviewed-by: jjg