History log of /openjdk9/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/ArgumentAttr.java
Revision Date Author Comments
# 4089:b873436b362b 06-Apr-2017 mcimadamore

8177933: Stackoverflow during compilation, starting jdk-9+163
Summary: Avoid extra method call in Attr.attribTree
Reviewed-by: vromero


# 4066:24582dd2649a 24-Mar-2017 vromero

8176714: javac is wrongly assuming that field JCMemberReference.overloadKind has been assigned to
Reviewed-by: mcimadamore


# 3401:b00a838598ab 16-May-2016 mcimadamore

8154180: Regression: stuck expressions do not behave correctly
Summary: ArgumentAttr should not cache stuck trees
Reviewed-by: vromero


# 3224:4a4f58f3b344 25-Jan-2016 mcimadamore

8148128: Regression: array constructor references marked as inexact
Summary: Missing check in constructor reference stuckness check
Reviewed-by: vromero


# 3063:161940723360 20-Oct-2015 sadayapalam

8139836: Can't use super::x method reference when x is protected
Summary: Javac incorrectly diasllows reference to a protected method from a super class in method reference expressions.
Reviewed-by: mcimadamore


# 3041:37b60162a2db 02-Oct-2015 mcimadamore

8137269: Add better support for local caching in ArgumentAttr
Summary: ArgumentAttr should support local caches when results of speculative attribution might be thrown away
Reviewed-by: jlahoda


# 3031:286fc9270404 15-Sep-2015 mcimadamore

8078093: Severe compiler performance regression Java 7 to 8 for nested method invocations
Summary: Add infrastructure to avoid combinatorial explosion of method argument attributions
Reviewed-by: jlahoda, vromero, dlsmith