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
mduigou [Fri, 27 Sep 2013 11:34:32 -0700] rev 20602
8024842: Define ABS_TEST_OUTPUT_DIR via TEST_OUTPUT_DIR
Reviewed-by: ihse, erikj, vromero
sogoel [Fri, 27 Sep 2013 10:39:52 -0700] rev 20601
8025537: Convert 2 javac/enumdeclarations tests in jtreg for regression ws
Reviewed-by: jjg
kizune [Fri, 27 Sep 2013 21:20:01 +0400] rev 20600
6978886: javadoc shows stacktrace after print error resulting from disk full
Reviewed-by: jjg
jlahoda [Fri, 27 Sep 2013 17:28:31 +0200] rev 20599
8022765: Compiler crashes with exception on wrong usage of an annotation.
Summary: Error recovery for incorrect annotation attribute values - ensure the values are always attributed appropriately
Reviewed-by: jfranck, jjg