jjg [Mon, 14 Oct 2013 12:38:09 -0700] rev 21017
8026368: doclint does not report empty tags when tag closed implicitly
Reviewed-by: darcy
lana [Fri, 11 Oct 2013 23:31:06 -0700] rev 21016
Merge
jlahoda [Fri, 11 Oct 2013 15:49:15 +0200] rev 21015
6278240: Exception from AnnotationValue.getValue() should list the found type not the required type
Reviewed-by: darcy, jfranck, jjg
rfield [Thu, 10 Oct 2013 23:26:56 -0700] rev 21014
8012557: Implement lambda methods on interfaces as private
8016320: Method reference in subinterface of type I.super::foo produces exception at runtime
Summary: Now that the VM supports interface instance private methods, lambda methods and lambda bridges are always private. Access is now through invokespecial.
Reviewed-by: vromero, jlahoda
lana [Thu, 10 Oct 2013 20:57:27 -0700] rev 21013
Merge
lana [Thu, 10 Oct 2013 13:41:08 -0700] rev 21012
Merge
jjg [Thu, 10 Oct 2013 17:13:32 -0700] rev 21011
8026294: 8025633 breaks langtools/test/com/sun/javadoc/testRepeatedAnnotations/TestRepeatedAnnotations.java
Reviewed-by: darcy
emc [Thu, 10 Oct 2013 20:12:08 -0400] rev 21010
8008762: Type annotation on inner class in anonymous class show up as regular type annotations
8015257: type annotation with TYPE_USE and FIELD attributed differently if repeated.
8013409: test failures for type annotations
Summary: Fixes to address some problems in type annotations
Reviewed-by: jfranck, jjg
emc [Thu, 10 Oct 2013 13:55:41 -0400] rev 21009
8019461: Clean up javac diagnostics
7196553: Review error messages for repeating annotations
Summary: Changes to the diagnostic messages to improve clarity and JLS coherence
Reviewed-by: jjg
bpatel [Thu, 10 Oct 2013 10:51:15 -0700] rev 21008
8025633: Fix javadoc to generate valid anchor names
Reviewed-by: jjg