mcimadamore [Fri, 28 Jan 2011 12:06:21 +0000] rev 8230
6838943: inference: javac is not handling type-variable substitution properly
Summary: free type-variables are being replaced with type-variables bound to forall type leading to unsoundness
Reviewed-by: jjg, dlsmith
mcimadamore [Fri, 28 Jan 2011 12:03:49 +0000] rev 8229
6313164: javac generates code that fails byte code verification for the varargs feature
Summary: method applicability check should fail if formal varargs element type is not accessible
Reviewed-by: jjg
mcimadamore [Fri, 28 Jan 2011 12:01:07 +0000] rev 8228
6910550: javac 1.5.0_17 fails with incorrect error message
Summary: multiple clashing members declared in same class should be added to the class' scope in order to avoid downstream spurious diagnostics
Reviewed-by: jjg
jjh [Fri, 28 Jan 2011 00:09:38 -0800] rev 8227
7015482: jtreg test tools/javac/diags/MessageInfo.java fails when test/ dir is not in langtools repo
Summary: Don't fail if the needed file isn't present, if running under jtreg.
Reviewed-by: jjg
jjg [Wed, 26 Jan 2011 13:45:25 -0800] rev 8226
7013272: Automatically generate info about how compiler resource keys are used
Reviewed-by: mcimadamore
jjg [Wed, 26 Jan 2011 11:20:19 -0800] rev 8225
6554097: "final" confuses @SuppressWarnings
Reviewed-by: mcimadamore