Tue, 14 May 2013 11:11:09 -0700 8012556: Implement lambda methods on interfaces as static
rfield [Tue, 14 May 2013 11:11:09 -0700] rev 17575
8012556: Implement lambda methods on interfaces as static 8006140: Javac NPE compiling Lambda expression on initialization expression of static field in interface Summary: Lambdas occurring in static contexts or those not needing instance information should be generated into static methods. This has long been the case for classes. However, as a work-around to the lack of support for statics on interfaces, interface lambda methods have been generated into default methods. For lambdas in interface static contexts (fields and static methods) this causes an NPE in javac because there is no 'this'. MethodHandles now support static methods on interfaces. This changeset allows lambda methods to be generated as static interface methods. An existing bug in Hotspot (8013875) is exposed in a test when the "-esa" flag is used. This test and another test that already exposed this bug have been marked with @ignore. Reviewed-by: mcimadamore
Tue, 14 May 2013 10:14:57 -0700 8012308: Remove TagletOutput in favor of direct use of Content
jjg [Tue, 14 May 2013 10:14:57 -0700] rev 17574
8012308: Remove TagletOutput in favor of direct use of Content Reviewed-by: darcy
Tue, 14 May 2013 10:14:56 -0700 8012311: Cleanup names and duplicatre code in TagletManager
jjg [Tue, 14 May 2013 10:14:56 -0700] rev 17573
8012311: Cleanup names and duplicatre code in TagletManager Reviewed-by: darcy
Tue, 14 May 2013 10:14:56 -0700 8012295: Cleanup JavaFX features in standard doclet
jjg [Tue, 14 May 2013 10:14:56 -0700] rev 17572
8012295: Cleanup JavaFX features in standard doclet Reviewed-by: darcy
Tue, 14 May 2013 10:14:56 -0700 8012180: Speed up removeNonInlineHtmlTags
jjg [Tue, 14 May 2013 10:14:56 -0700] rev 17571
8012180: Speed up removeNonInlineHtmlTags Reviewed-by: darcy
Tue, 14 May 2013 10:14:55 -0700 8012183: replace some uses of Configuration.getText with Configuration.getResource
jjg [Tue, 14 May 2013 10:14:55 -0700] rev 17570
8012183: replace some uses of Configuration.getText with Configuration.getResource Reviewed-by: darcy
Tue, 14 May 2013 10:14:55 -0700 8012178: Cleanup use of Util.escapeHtmlChars
jjg [Tue, 14 May 2013 10:14:55 -0700] rev 17569
8012178: Cleanup use of Util.escapeHtmlChars Reviewed-by: darcy
Tue, 14 May 2013 10:14:55 -0700 8012177: HTMLDocletWriter methods should generate Content, not Strings
jjg [Tue, 14 May 2013 10:14:55 -0700] rev 17568
8012177: HTMLDocletWriter methods should generate Content, not Strings Reviewed-by: darcy
Tue, 14 May 2013 10:14:54 -0700 8012176: reduce use of TagletOutputImpl.toString
jjg [Tue, 14 May 2013 10:14:54 -0700] rev 17567
8012176: reduce use of TagletOutputImpl.toString Reviewed-by: darcy
Tue, 14 May 2013 10:14:54 -0700 8012175: Convert TagletOutputImpl to use ContentBuilder instead of StringBuilder
jjg [Tue, 14 May 2013 10:14:54 -0700] rev 17566
8012175: Convert TagletOutputImpl to use ContentBuilder instead of StringBuilder Reviewed-by: darcy
(0) -10000 -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 +3000 +10000 +30000 tip