jjg [Fri, 04 Oct 2013 15:24:42 -0700] rev 20617
8025970: Spurious characters in JavaCompiler
Reviewed-by: ksrini
jjg [Fri, 04 Oct 2013 14:46:46 -0700] rev 20616
6525408: DiagnosticListener should receive MANDATORY_WARNING in standard compiler mode
Reviewed-by: darcy
jjg [Fri, 04 Oct 2013 13:59:13 -0700] rev 20615
8022163: javac exits with 0 status and no messages on error to construct an ann-procesor
Reviewed-by: darcy
bpatel [Fri, 04 Oct 2013 13:41:13 -0700] rev 20614
8024756: method grouping tabs are not selectable
Reviewed-by: jjg
bpatel [Fri, 04 Oct 2013 13:32:30 -0700] rev 20613
8008164: Invisible table captions in javadoc-generated html
Reviewed-by: jjg
darcy [Fri, 04 Oct 2013 10:00:28 -0700] rev 20612
8025913: Rename jdk.Supported to jdk.Exported
Reviewed-by: psandoz, forax, lancea, alanb, mchung, jjg
kizune [Fri, 04 Oct 2013 19:38:55 +0400] rev 20611
7096170: should remove unused support for enabling javac logging
Reviewed-by: jjg
jlahoda [Fri, 04 Oct 2013 08:29:54 +0200] rev 20610
8025118: Annotation processing api returns default modifier for interface without default methods
Summary: TypeElement.getModifiers() should not contain Modifier.DEFAULT
Reviewed-by: darcy, jjg
vromero [Wed, 02 Oct 2013 17:04:51 +0100] rev 20609
8023679: Improve error message for '_' used as a lambda parameter name
Reviewed-by: jjg, dlsmith
emc [Tue, 01 Oct 2013 17:41:57 -0400] rev 20608
8021339: Compile-time error during casting array to intersection
Summary: Add ability to have arrays in intersection types.
Reviewed-by: jjg, vromero
kizune [Tue, 01 Oct 2013 17:03:31 +0400] rev 20607
7118749: NPE in CreateSymbols caused by bad diagnostic
Reviewed-by: jjg
emc [Sat, 28 Sep 2013 13:46:14 -0400] rev 20606
8025413: NPE in Type.java due to recent change
Summary: isCompound throws a NPE for noType and other types. Made it return a reasonable result instead.
Reviewed-by: jjg, vromero
lana [Fri, 27 Sep 2013 18:38:29 -0700] rev 20605
Merge
ksrini [Fri, 27 Sep 2013 16:05:56 -0700] rev 20604
8015073: c.s.t.javac.api.JavacTool.getTask() - more informative exception
Reviewed-by: jjg
rfield [Fri, 27 Sep 2013 13:06:38 -0700] rev 20603
8025548: langtools test tools/javac/lambda/methodReference/BridgeMethod.java incorrectly assumes no other methods generated in lambda class
Reviewed-by: vromero