jjg [Tue, 22 Oct 2013 17:44:43 -0700] rev 21491
Merge
jjg [Tue, 22 Oct 2013 17:42:10 -0700] rev 21490
8027119: Cleanup javadoc comments for taglet API
Reviewed-by: mduigou
rfield [Tue, 22 Oct 2013 16:53:21 -0700] rev 21489
8023668: Desugar serializable lambda bodies using more robust naming scheme
Summary: lambda / bridged method-reference naming overhaul
Reviewed-by: ksrini, briangoetz
vromero [Tue, 22 Oct 2013 13:54:49 +0100] rev 21488
8025290: javac implicit versus explicit lambda compilation error
Reviewed-by: jjg, dlsmith
jfranck [Tue, 22 Oct 2013 10:08:49 +0200] rev 21487
8026857: AnnoConstruct.getAnnotationsByType does not search supertype for inherited annotations if @SomeContainer({}) is present
Summary: An empty container should not stop javac from looking at supertypes for inherited repeating annotations
Reviewed-by: jjg
ksrini [Mon, 21 Oct 2013 20:10:43 -0700] rev 21486
8026758: Inefficient code in LambdaToMethod
Reviewed-by: jjg, jlahoda, rfield
jfranck [Tue, 22 Oct 2013 03:36:44 +0200] rev 21485
8026855: AnnoConstruct.getAnnotationsByType includes inherited indirectly present annotations even when containee type is not inheritable
Summary: In AnnoConstruct.getAnnotationByType() check that the annotation sought after is inherited before looking on supertypes.
Reviewed-by: jjg
darcy [Mon, 21 Oct 2013 15:37:11 -0700] rev 21484
8026984: Clarity intended use of jdk.Exported
Reviewed-by: psandoz, mr, alanb
vromero [Mon, 21 Oct 2013 15:55:02 +0100] rev 21483
8026956: test tools/javac/lambda/TargetType58.java is failing after a libs change
Reviewed-by: jfranck
ksrini [Sun, 20 Oct 2013 12:54:17 -0700] rev 21482
8026931: MethodParameters tests failing on Windows
Reviewed-by: jjg, vromero