History log of /openjdk9/langtools/test/tools/javac/cast/intersection/IntersectionTypeCastTest.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


# 2046:5f915a0c9615 23-Sep-2013 alundblad

6386236: Please rename com.sun.tools.javac.util.ListBuffer.lb()
Summary: Static factory method ListBuffer.lb removed. Replaced by constructor calls.
Reviewed-by: jfranck, jjg


# 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


# 1510:c7c41a044e7c 21-Jan-2013 mcimadamore

8006566: Remove transient lambda-related guards from JavacParser
Summary: Remove transitional internal flag for allowing intersection types in cast
Reviewed-by: jjg


# 1481:954541f13717 08-Jan-2013 vromero

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


# 1435:f6f1fd261f57 30-Nov-2012 mcimadamore

8002099: Add support for intersection types in cast expression
Summary: Add parser and type-checking support for intersection types in cast expressions
Reviewed-by: jjg