- 25 5月, 2016 1 次提交
-
-
由 sadayapalam 提交于
Summary: Lambda implementation method must be static when lambda is an argument to an explicit constructor call. Reviewed-by: mcimadamore
-
- 29 3月, 2016 1 次提交
-
-
由 dbuck 提交于
Summary: Lambda implementation method synthesized by javac should not mention inaccessible types. Reviewed-by: mcimadamore
-
- 22 1月, 2016 1 次提交
-
-
由 aefimov 提交于
Summary: Generated code fails with IllegalAccessError due to compiler's mishandling of packageprivate classes in method reference expressions. Reviewed-by: rfield, mcimadamore
-
- 18 1月, 2016 1 次提交
-
-
由 mcimadamore 提交于
Reviewed-by: mcimadamore Contributed-by: srikanth.adayapalam@oracle.com
-
- 13 11月, 2015 1 次提交
-
-
由 mcimadamore 提交于
Summary: Add logic to avoid post-inference triggers on temporarty AST types Reviewed-by: vromero
-
- 16 9月, 2015 2 次提交
- 26 3月, 2015 1 次提交
-
-
由 jlahoda 提交于
8058227: Debugger has no access to outer variables inside Lambda Summary: Put local variables captured by lambda into the lambda method's LocalVariableTable. Reviewed-by: mcimadamore, rfield
-
- 12 2月, 2015 1 次提交
-
-
由 vromero 提交于
Summary: Nested lambdas should not be considered while overload resolution is in progress Reviewed-by: mcimadamore Contributed-by: vicente.romero@oracle.com, srikanth.adayapalam@oracle.com
-
- 18 5月, 2015 1 次提交
-
-
由 jlahoda 提交于
8080338: Incorrect GPL header causes RE script to miss swap to commercial header for licensee source bundle 8080339: Incorrect GPL header causes RE script to miss swap to commercial header for licensee source bundle 8080340: Incorrect GPL header causes RE script to miss swap to commercial header for licensee source bundle Summary: Fixing incorrect file headers; also reviewed by kevin.l.brown@oracle.com Reviewed-by: vromero
-
- 04 11月, 2014 1 次提交
-
-
由 vromero 提交于
Reviewed-by: mcimadamore
-
- 22 9月, 2014 1 次提交
-
-
由 jlahoda 提交于
Summary: Ensuring a non-null type and sym for illegal T.class to prevent downstream errors. Reviewed-by: mcimadamore
-
- 26 11月, 2014 1 次提交
-
-
由 rfield 提交于
Summary: Bridge method references with functional interface method parameters of intersection type Reviewed-by: vromero, dlsmith
-
- 21 11月, 2014 1 次提交
-
-
由 vromero 提交于
Reviewed-by: mcimadamore
-
- 15 11月, 2014 1 次提交
-
-
由 rfield 提交于
8037404: javac NPE or VerifyError for code with constructor reference of inner class 8047341: lambda reference to inner class in base class causes LambdaConversionException 8044748: JVM cannot access constructor though ::new reference although can call it directly 8044737: Lambda: NPE while obtaining method reference through lambda expression 8038776: VerifyError when running successfully compiled java class Reviewed-by: dlsmith, vromero
-
- 10 9月, 2014 1 次提交
-
-
由 mcimadamore 提交于
Summary: Remove Attr.owner and refactor code for detecting forward field references Reviewed-by: vromero
-
- 14 10月, 2014 1 次提交
-
-
由 rfield 提交于
Reviewed-by: mcimadamore, vromero
-
- 21 7月, 2014 1 次提交
-
-
由 vromero 提交于
Reviewed-by: mcimadamore, dlsmith
-
- 09 7月, 2014 1 次提交
-
-
由 vromero 提交于
Reviewed-by: mcimadamore, dlsmith
-
- 08 9月, 2014 2 次提交
-
-
由 jlahoda 提交于
Summary: Must use type variable's captured bound as a method receiver, instead of the type variable itself, while checking if deferred attribution is needed. Reviewed-by: mcimadamore, vromero
-
由 jlahoda 提交于
8056014: Type inference may be skipped for a complex receiver generic method in a parameter position Summary: When checking if deferred attribution is needed for a chain of methods, stop on any method that returns any type variable, as the rest of analysis cannot use the correct type. Reviewed-by: mcimadamore, vromero
-
- 20 6月, 2014 1 次提交
-
-
由 vromero 提交于
Reviewed-by: mcimadamore
-
- 19 6月, 2014 1 次提交
-
-
由 vromero 提交于
Reviewed-by: mcimadamore Contributed-by: maurizio.cimadamore@oracle.com, vicente.romero@oracle.com
-
- 28 5月, 2014 1 次提交
-
-
由 pgovereau 提交于
Reviewed-by: vromero
-
- 15 5月, 2014 1 次提交
-
-
由 dlsmith 提交于
Summary: Rewrite most-specific logic to conform to JLS 8 15.12.2.5 Reviewed-by: vromero
-
- 13 5月, 2014 1 次提交
-
-
由 vromero 提交于
Reviewed-by: jjg, dlsmith
-
- 02 5月, 2014 2 次提交
-
-
由 rfield 提交于
8029852: Bad code generated (VerifyError) when lambda instantiates enclosing local class and has captured variables 8029725: Lambda reference to containing local class causes javac infinite recursion Reviewed-by: vromero, jlahoda, dlsmith
-
由 rfield 提交于
Summary: Union type info lost and also union type is not processed by TreeMaker.Type -- address by using existing tree, thus by-passing such issues. Reviewed-by: vromero, jlahoda
-
- 23 4月, 2014 1 次提交
-
-
由 vromero 提交于
Reviewed-by: dlsmith, jjg, jlahoda
-
- 11 4月, 2014 2 次提交
- 07 4月, 2014 1 次提交
-
-
由 kizune 提交于
Reviewed-by: vromero, jjg
-
- 24 6月, 2014 1 次提交
-
-
由 rfield 提交于
Summary: propogate strictfp into lambda body Reviewed-by: vromero, jlahoda
-
- 31 1月, 2014 1 次提交
-
-
由 sogoel 提交于
Reviewed-by: jjg, ksrini Contributed-by: matherey.nunez@oracle.com
-
- 25 12月, 2013 1 次提交
-
-
由 ksrini 提交于
Reviewed-by: ksrini Contributed-by: steve.sides@oracle.com
-
- 30 5月, 2014 1 次提交
-
-
由 jlahoda 提交于
Summary: Avoid creating DeferredTypes for method calls with method calls as receivers if the site can be determined reliably Reviewed-by: mcimadamore, vromero Contributed-by: maurizio.cimadamore@oracle.com, jan.lahoda@oracle.com
-
- 13 12月, 2013 1 次提交
-
-
由 vromero 提交于
Reviewed-by: rfield, jfranck
-
- 12 12月, 2013 1 次提交
-
-
由 rfield 提交于
Summary: properly type convert the body of a lambda expression Reviewed-by: vromero
-
- 23 11月, 2013 1 次提交
-
-
由 rfield 提交于
Summary: introduce special handling for signature polymorphic methods Reviewed-by: jjg
-
- 15 11月, 2013 1 次提交
-
-
由 vromero 提交于
Reviewed-by: jjg, dlsmith
-