History log of /openjdk10/langtools/test/tools/javac/lambda/MethodReferenceParserTest.java
Revision Date Author Comments
# 3019:176472b94f2e 31-Aug-2015 mcimadamore

8129962: Investigate performance improvements in langtools combo tests
Summary: New combo API that runs all combo instances in a shared javac context (whenever possible).
Reviewed-by: jjg, jlahoda, vromero


# 2933:49d207bf704d 21-May-2015 akulyakh

8076543: Add @modules as needed to the langtools tests
Reviewed-by: jjg, shurailine


# 1773:37295244f534 21-May-2013 vromero

8005207: test has 2 @bug tags
Reviewed-by: mcimadamore


# 1519:5c956be64b9e 23-Jan-2013 vromero

8006694: temporarily workaround combo tests are causing time out in several platforms
Reviewed-by: jjg
Contributed-by: maurizio.cimadamore@oracle.com


# 1481:954541f13717 08-Jan-2013 vromero

8005167: execution time of combo tests in javac should be improved
Reviewed-by: jjg, jjh


# 1414:01c9d4161882 17-Nov-2012 mcimadamore

8003280: Add lambda tests
Summary: Turn on lambda expression, method reference and default method support
Reviewed-by: jjg


# 1351:d4b3cb1ece84 06-Oct-2012 mcimadamore

7177386: Add attribution support for method references
Summary: Add type-checking/lookup routines for method references
Reviewed-by: jjg, dlsmith


# 1164:1ae5988e201b 18-Dec-2011 mcimadamore

7120463: Fix method reference parser support in order to avoid ambiguities
Summary: Add lookahead routine to disambiguate between method reference in method context and binary expression
Reviewed-by: jjg, dlsmith


# 1149:e55270a7a022 11-Dec-2011 mcimadamore

7120266: javac fails to compile hotspot code
Summary: Parser changes for method references cause bad intercation with method call syntax
Reviewed-by: jjg


# 1144:3343b22e2761 28-Nov-2011 mcimadamore

7115052: Add parser support for method references
Summary: Add support for parsing method references to JavacParser
Reviewed-by: jjg