- 29 8月, 2013 1 次提交
-
-
由 henryjen 提交于
Reviewed-by: briangoetz, jjg
-
- 15 5月, 2013 1 次提交
-
-
由 rfield 提交于
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
-
- 21 11月, 2012 1 次提交
-
-
由 rfield 提交于
Reviewed-by: mcimadamore
-
- 04 11月, 2012 1 次提交
-
-
由 mcimadamore 提交于
Summary: Add type-checking support for default methods as per Featherweight-Defender document Reviewed-by: jjg, dlsmith
-
- 25 1月, 2012 1 次提交
-
-
由 jjh 提交于
Reviewed-by: jjg
-
- 26 5月, 2010 1 次提交
-
-
由 ohair 提交于
Reviewed-by: darcy
-
- 16 1月, 2009 1 次提交
-
-
由 bpatel 提交于
6786682: Javadoc HTML WCAG 2.0 accessibility issues in standard doclet - HTML tag should have lang attribute Reviewed-by: jjg
-
- 09 1月, 2009 1 次提交
-
-
由 bpatel 提交于
Reviewed-by: jjg
-
- 01 12月, 2007 1 次提交
-
-
由 duke 提交于
-