- 07 6月, 2017 1 次提交
-
-
由 shshahma 提交于
Reviewed-by: mcimadamore, vromero Contributed-by: maurizio.cimadamore@oracle.com, vicente.romero@oracle.com
-
- 28 4月, 2017 2 次提交
- 06 1月, 2017 2 次提交
-
-
由 mcimadamore 提交于
Summary: Check for polysig method assumes arity is greater than zero Reviewed-by: vromero
-
由 mcimadamore 提交于
Summary: Check for polysig method assumes arity is greater than zero Reviewed-by: vromero
-
- 19 7月, 2016 1 次提交
-
-
由 aefimov 提交于
Reviewed-by: jjg
-
- 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
-
- 02 3月, 2016 1 次提交
-
-
由 rpatil 提交于
Summary: baseType() erroneously called on MethodResultInfo causes lack of constant type info Reviewed-by: jlahoda, mcimadamore
-
- 27 1月, 2016 1 次提交
-
-
由 mcimadamore 提交于
Summary: Bug in Tarjan implementation is generating node ids which can overflow 32 bits Reviewed-by: vromero
-
- 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
-
- 07 1月, 2016 1 次提交
-
-
由 sadayapalam 提交于
Summary: Compiler should not use the syntax tree from enclosing contexts in diagnostics even when the enclosing contexts are consulted for method lookup. Reviewed-by: mcimadamore
-
- 13 11月, 2015 2 次提交
-
-
由 mcimadamore 提交于
Summary: Missing POLY kind selector on recursive constructor calls with poly arguments Reviewed-by: vromero
-
由 mcimadamore 提交于
Summary: Add logic to avoid post-inference triggers on temporarty AST types Reviewed-by: vromero
-
- 27 10月, 2015 1 次提交
-
-
由 aeriksso 提交于
Summary: Add LineNumberTable attribute for return bytecodes split around finally code Reviewed-by: mcimadamore
-
- 19 10月, 2015 1 次提交
-
-
由 jlahoda 提交于
Summary: When string folding is disabled, need to keep the original expression. Reviewed-by: mcimadamore
-
- 16 1月, 2016 1 次提交
-
-
由 aefimov 提交于
Summary: Generalize string folding algorithm to detect mulitple groups of foldable constants within an concat expression Reviewed-by: jlahoda
-
- 28 9月, 2015 2 次提交
- 16 9月, 2015 3 次提交
-
-
由 jlahoda 提交于
Summary: Lambda method numbers are now assigned per class for non-serializable lambdas. Reviewed-by: mcimadamore, rfield, vromero
-
由 jlahoda 提交于
Summary: Lambda method numbers are now assigned per class for non-serializable lambdas. Reviewed-by: mcimadamore, rfield, vromero
-
由 jlahoda 提交于
Summary: Lambda method numbers are now assigned per class for non-serializable lambdas. Reviewed-by: mcimadamore, rfield, vromero
-
- 21 8月, 2015 1 次提交
-
-
由 robm 提交于
Reviewed-by: mcimadamore
-
- 09 7月, 2015 1 次提交
-
-
由 bpb 提交于
Summary: Restructure test to use the logic from the JDK 9 version. Reviewed-by: jjg
-
- 02 6月, 2015 1 次提交
-
-
由 vromero 提交于
Reviewed-by: jjg
-
- 01 5月, 2015 1 次提交
-
-
由 mcimadamore 提交于
Summary: Wrong method type used in AmbiguousError.mergeAbstracts Reviewed-by: jlahoda
-
- 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
-
- 14 2月, 2015 1 次提交
-
-
由 jlahoda 提交于
Summary: Making sure enum's abstractness is resolved before writing InnerClasses entry about it. Reviewed-by: mcimadamore
-
- 21 1月, 2015 2 次提交
-
-
由 mcimadamore 提交于
Summary: remove erroneous call to modifiersOpt() in variable parsing Reviewed-by: jfranck, jlahoda
-
由 vromero 提交于
Reviewed-by: mcimadamore, jjg
-
- 13 1月, 2015 1 次提交
-
-
由 jlahoda 提交于
Summary: MethodParameters attribute is missing for synthetic methods encoding lambda expressions. Reviewed-by: rfield, mcimadamore Contributed-by: srikanth.adayapalam@oracle.com
-
- 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
-
- 10 1月, 2015 1 次提交
-
-
由 darcy 提交于
Reviewed-by: jjg
-
- 26 5月, 2015 1 次提交
-
-
由 mcimadamore 提交于
Summary: Revise heuristics to force eager instantiation of return inference vars Reviewed-by: vromero
-
- 22 5月, 2015 1 次提交
-
-
由 mchung 提交于
Reviewed-by: dfuchs
-
- 21 5月, 2015 1 次提交
-
-
由 mchung 提交于
Reviewed-by: alanb
-
- 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
-
- 11 12月, 2014 1 次提交
-
-
由 emc 提交于
Summary: Revert changes from JDK-8029012 and JDK-8065132 Reviewed-by: jjg
-
- 04 11月, 2014 1 次提交
-
-
由 vromero 提交于
Reviewed-by: mcimadamore
-