bpatel [Thu, 24 Oct 2013 11:22:50 -0700] rev 21500
8006248: Since addition of -Xdoclint, javadoc ignores unknown tags
Reviewed-by: jjg
emc [Thu, 24 Oct 2013 01:27:10 -0400] rev 21499
8023682: Incorrect attributes emitted for anonymous class declaration
Summary: Cause javac to emit type annotations on new instruction as well as anonymous class supertype for annotated anonymous classes.
Reviewed-by: jjg, jfranck
emc [Wed, 23 Oct 2013 23:20:32 -0400] rev 21498
8006732: support correct bytecode storage of type annotations in multicatch
Summary: Fix issue with annotations being added before attribution, which causes multicatch not to work right and several tests to fail.
Reviewed-by: jfranck, jjg
ksrini [Wed, 23 Oct 2013 15:45:18 -0700] rev 21497
8026936: Initialize LamdbaToMethod lazily and as required
Reviewed-by: jjg, rfield
Contributed-by: jan.lahoda@oracle.com
jlahoda [Wed, 23 Oct 2013 07:50:04 +0200] rev 21496
8026861: Wrong LineNumberTable for variable declarations in lambdas
Summary: Setting or correcting positions for many trees produced by LambdaToMethod.
Reviewed-by: vromero, rfield
jlahoda [Wed, 23 Oct 2013 23:02:17 +0200] rev 21495
8027191: Fix for JDK-8026861 refers to an incorrect bug number
Summary: Reverting changeset e7c8a164d7bd, so that it can be applied again with a correct bug number
Reviewed-by: jjg
bpatel [Wed, 23 Oct 2013 13:54:13 -0700] rev 21494
8026770: javadoc creates invalid HTML in profile summary pages
Reviewed-by: jjg