rfield [Wed, 23 Oct 2013 10:28:10 -0700] rev 21493
8022720: Method refeerences - private method should be accessible (nested classes)
Reviewed-by: jjg, ksrini
jlahoda [Wed, 23 Oct 2013 07:50:04 +0200] rev 21492
8026508: Invokedynamic instructions don't get line number table entries
Summary: Setting or correcting positions for many trees produced by LambdaToMethod.
Reviewed-by: vromero, rfield
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