- 18 6月, 2013 1 次提交
-
-
由 rfield 提交于
Summary: paired with 8015402: Lambda metafactory should not attempt to determine bridge methods Reviewed-by: vromero Contributed-by: maurizio.cimadamore@oracle.com
-
- 15 6月, 2013 1 次提交
-
-
由 vromero 提交于
Reviewed-by: jjg
-
- 11 6月, 2013 1 次提交
-
-
由 vromero 提交于
Reviewed-by: jjg
-
- 10 6月, 2013 2 次提交
-
-
由 mcimadamore 提交于
Summary: LambdaToMethod should emit info to help diagnose/test lambda metafactory problems Reviewed-by: jjg, vromero
-
由 vromero 提交于
Reviewed-by: jjg
-
- 06 6月, 2013 6 次提交
-
-
由 mcimadamore 提交于
Summary: Missing flag in synthetic lambda blog is causing duplicates symbol to go undetected Reviewed-by: jjg, vromero
-
由 mcimadamore 提交于
Summary: Check.checkMethod should only be called after inference has completed Reviewed-by: jjg, vromero
-
由 mcimadamore 提交于
Summary: Compiler should not enforce an order in how ambiguous methods should be resolved Reviewed-by: jjg, vromero
-
由 mcimadamore 提交于
Summary: For-each loop variable is incorrectly visible from the for-each expression Reviewed-by: jjg, vromero
-
由 mcimadamore 提交于
Summary: clash between ambiguous fields in superinterface and unambiguous field in subinterface is erroneously marked as unambiguous Reviewed-by: jjg, vromero
-
由 emc 提交于
Summary: Synthetic parameters for captured local variables in an anonymous inner class are not added to MethodParameters attributes Reviewed-by: mcimadamore
-
- 05 6月, 2013 2 次提交
- 04 6月, 2013 4 次提交
-
-
由 vromero 提交于
Reviewed-by: jjg, mcimadamore
-
由 mcimadamore 提交于
8015505: Spurious inference error when return type of generic method requires unchecked conversion to target Summary: Use check context compatibility during 15.12.2.8 check (only when JDK 8 inference is enabled) Reviewed-by: jjg
-
由 mcimadamore 提交于
Summary: Remove @ignore flags from tests that now pass Reviewed-by: jjg
-
由 mcimadamore 提交于
Summary: Fix NPE in RichDiagnosticFormatter.formatMessage Reviewed-by: jjg
-
- 02 6月, 2013 2 次提交
- 31 5月, 2013 1 次提交
-
-
由 vromero 提交于
Reviewed-by: mcimadamore
-
- 30 5月, 2013 1 次提交
-
-
由 katleman 提交于
Reviewed-by: dholmes, lancea
-
- 29 5月, 2013 1 次提交
-
-
由 vromero 提交于
Reviewed-by: mcimadamore
-
- 28 5月, 2013 1 次提交
-
-
由 vromero 提交于
Reviewed-by: mcimadamore
-
- 24 5月, 2013 3 次提交
-
-
由 mcimadamore 提交于
Summary: varargs element is not refreshed after type-inference Reviewed-by: jjg, vromero
-
由 mcimadamore 提交于
Summary: Missing curly braces causes Resolve.findMethod to be called spuriously Reviewed-by: jjg, vromero
-
由 mcimadamore 提交于
Summary: Fixed latent bug in JavacParser.analyzeParens() Reviewed-by: jjg, vromero
-
- 21 5月, 2013 4 次提交
- 15 5月, 2013 8 次提交
-
-
由 rfield 提交于
Reviewed-by: mcimadamore
-
由 mcimadamore 提交于
Summary: Bad warnings and position for lambda inferred parameter types Reviewed-by: jjg, vromero
-
由 mcimadamore 提交于
Summary: Spurious raw type warning when unbound method reference qualifier parameter types are inferred from target Reviewed-by: jjg, vromero
-
由 mcimadamore 提交于
Summary: Unfold method resolution diagnostics when they mention errors in poly expressions Reviewed-by: jjg, vromero
-
由 jjg 提交于
Reviewed-by: darcy
-
由 sogoel 提交于
Reviewed-by: jjg
-
由 jjg 提交于
Reviewed-by: jjg Contributed-by: wdietl@gmail.com, steve.sides@oracle.com, joel.franck@oracle.com, alex.buckley@oracle.com
-
由 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
-
- 10 5月, 2013 1 次提交
-
-
由 jlahoda 提交于
Reviewed-by: jjg Contributed-by: NDusan Balek <dbalek@netbeans.org>, Jan Lahoda <jlahoda@netbeans.org>
-
- 13 5月, 2013 1 次提交
-
-
由 jjg 提交于
Reviewed-by: ksrini
-