mcimadamore [Mon, 07 Feb 2011 18:09:46 +0000] rev 8241
7017414: before the move of JSR 292 to package java.lang.invoke, javac must recognize the new package
Summary: added support for future 292 package (support for old location 'java.dyn' will be removed in followup changeset)
Reviewed-by: jjg
lana [Fri, 04 Feb 2011 17:30:28 -0800] rev 8240
Merge
mcimadamore [Thu, 03 Feb 2011 09:38:19 +0000] rev 8239
7014715: javac returns different error code for certain failure(s)
Summary: javac silently crashes when emitting certain kinds of resolution diagnostics
Reviewed-by: jjg
mcimadamore [Thu, 03 Feb 2011 09:37:28 +0000] rev 8238
6969184: poor error recovery after symbol not found
Summary: generic type-well formedness check should ignore erroneous symbols
Reviewed-by: jjg
mcimadamore [Thu, 03 Feb 2011 09:36:28 +0000] rev 8237
5017953: spurious cascaded diagnostics when name not found
Summary: when an operator is applied to one or more erroneous operands, spurious diagnostics are generated
Reviewed-by: jjg
mcimadamore [Thu, 03 Feb 2011 09:35:21 +0000] rev 8236
6594914: @SuppressWarnings("deprecation") does not not work for the type of a variable
Summary: Lint warnings generated during MemberEnter might ignore @SuppressWarnings annotations
Reviewed-by: jjg
darcy [Tue, 01 Feb 2011 10:11:05 -0800] rev 8235
6961571: Update visitors to support ARM's ElementKind.RESOURCE_VARIABLE
Reviewed-by: jjg
darcy [Mon, 31 Jan 2011 19:06:32 -0800] rev 8234
7014734: Project Coin: Allow optional trailing semicolon to terminate resources list in try-with-resources
Reviewed-by: jjg
darcy [Fri, 28 Jan 2011 16:54:18 -0800] rev 8233
7015530: Reiterate API specializations in javax.lang.model.elment subinterfaces
Reviewed-by: jjg
alanb [Fri, 28 Jan 2011 12:36:34 +0000] rev 8232
Merge
alanb [Fri, 28 Jan 2011 09:25:20 +0000] rev 8231
7006126: (fs) Updates to file system API (1/2011)
Reviewed-by: jjg
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