lana [Thu, 17 Apr 2014 15:23:23 -0700] rev 23976
Merge
emc [Thu, 17 Apr 2014 12:17:02 -0400] rev 23975
8040319: Clean up type annotation exception index generating code in Code.java
Summary: Remove bad code from exception index generation for type annotations and make type_index final
Reviewed-by: jjg, vromero
ksrini [Wed, 16 Apr 2014 19:21:59 -0700] rev 23974
8038976: javadoc requires a trailing / for links where java 7's javadoc didn't
Reviewed-by: jjg
ksrini [Wed, 16 Apr 2014 18:15:48 -0700] rev 23973
8037484: [javadoc] fails with java.lang.IllegalStateException: endPosTable already set
Reviewed-by: jjg
ksrini [Wed, 16 Apr 2014 18:36:43 -0700] rev 23972
8039251: Test tools/javadoc/6964914/TestStdDoclet.java fails
Reviewed-by: jjg
jjg [Wed, 16 Apr 2014 16:17:09 -0700] rev 23971
8031649: Clean up javadoc tests
Reviewed-by: jjg
Contributed-by: neil.toda@oracle.com
rfield [Tue, 15 Apr 2014 15:55:24 -0700] rev 23970
8038420: Lambda returning post-increment generates wrong code
Reviewed-by: vromero, jlahoda
rfield [Tue, 15 Apr 2014 15:52:52 -0700] rev 23969
8037935: Javac -- final local String var referenced in binary/unary op in lambda produces code that does not verify
Summary: Remove over-zealous Attr optimization breaking lambdas
Reviewed-by: jjg, vromero