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
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
darcy [Tue, 25 Jan 2011 17:02:56 -0800] rev 8224
7013420: Project Coin: remove general expression support from try-with-resources statement
Reviewed-by: mcimadamore, jjg
jjg [Mon, 24 Jan 2011 16:38:56 -0800] rev 8223
6988106: javac report 'java.lang.IllegalMonitorStateException'
Reviewed-by: ksrini
jjg [Mon, 24 Jan 2011 16:34:25 -0800] rev 8222
6581775: Fix the white space problem in javac shell tests
Reviewed-by: mcimadamore
jjg [Mon, 24 Jan 2011 16:17:33 -0800] rev 8221
6963934: JCCompilationUnit.getImports does not report all imports
Reviewed-by: mcimadamore