- 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
-
- 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
-
- 09 11月, 2013 1 次提交
-
-
由 jlahoda 提交于
Summary: When emitting invokedynamic instruction, write pendingStatPos, if set, into the LineNumberTable. Invokedynamic itself does not set the pendingStatPos. Reviewed-by: jjg, jrose, ksrini, vromero
-
- 24 10月, 2013 1 次提交
-
-
由 rfield 提交于
Reviewed-by: jjg, ksrini
-
- 23 10月, 2013 1 次提交
-
-
由 rfield 提交于
Summary: lambda / bridged method-reference naming overhaul Reviewed-by: ksrini, briangoetz
-
- 22 10月, 2013 1 次提交
-
-
由 vromero 提交于
Reviewed-by: jjg, dlsmith
-
- 21 10月, 2013 1 次提交
-
-
由 vromero 提交于
Reviewed-by: jfranck
-
- 20 10月, 2013 1 次提交
-
-
由 vromero 提交于
Reviewed-by: jjg, dlsmith
-
- 19 10月, 2013 1 次提交
-
-
由 jjg 提交于
Reviewed-by: vromero, jlahoda
-
- 17 10月, 2013 1 次提交
-
-
由 jjg 提交于
Reviewed-by: ksrini
-
- 16 10月, 2013 2 次提交
- 15 10月, 2013 1 次提交
-
-
由 jjg 提交于
Reviewed-by: vromero
-
- 11 10月, 2013 1 次提交
-
-
由 rfield 提交于
8016320: Method reference in subinterface of type I.super::foo produces exception at runtime Summary: Now that the VM supports interface instance private methods, lambda methods and lambda bridges are always private. Access is now through invokespecial. Reviewed-by: vromero, jlahoda
-
- 28 9月, 2013 1 次提交
-
-
由 rfield 提交于
8025548: langtools test tools/javac/lambda/methodReference/BridgeMethod.java incorrectly assumes no other methods generated in lambda class Reviewed-by: vromero
-
- 27 9月, 2013 2 次提交
- 23 9月, 2013 1 次提交
-
-
由 alundblad 提交于
Summary: Static factory method ListBuffer.lb removed. Replaced by constructor calls. Reviewed-by: jfranck, jjg
-
- 22 9月, 2013 1 次提交
-
-
由 vromero 提交于
Reviewed-by: jjg, briangoetz
-
- 13 9月, 2013 1 次提交
-
-
由 vromero 提交于
Reviewed-by: jjg Contributed-by: maurizio.cimadamore@oracle.com, vicente.romero@oracle.com
-
- 10 9月, 2013 3 次提交
-
-
由 jfranck 提交于
Reviewed-by: jfranck, jjg Contributed-by: NAndreas Lundblad <andreas.lundblad@oracle.com>
-
由 jlahoda 提交于
Summary: Fixing effectively final detection inside lambdas, small cleanup related to thrown types detection in lambdas Reviewed-by: mcimadamore, jjg
-
由 emc 提交于
Summary: Putback of the javac template test framework from the Lambda repository Reviewed-by: jjg Contributed-by: brian.goetz@oracle.com
-
- 09 9月, 2013 1 次提交
-
-
由 vromero 提交于
Reviewed-by: jjg, jfranck
-
- 04 9月, 2013 1 次提交
-
-
由 vromero 提交于
8023549: Compiler emitting spurious errors when constructor reference type is inferred and explicit type arguments are supplied Reviewed-by: jjg, vromero Contributed-by: maurizio.cimadamore@oracle.com
-