History log of /openjdk9/langtools/test/tools/javac/generics/rawOverride/7062745/GenericOverrideTest.java
Revision Date Author Comments
# 3707:645100bea379 17-Oct-2016 mcimadamore

8167000: Refine handling of multiple maximally specific abstract methods
Summary: Bring the compiler in sync with spec changes in JDK-7034913
Reviewed-by: vromero, dlsmith


# 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


# 1799:c8acc254b6d7 04-Jun-2013 mcimadamore

8015505: Spurious inference error when return type of generic method requires unchecked conversion to target
Summary: Use check context compatibility during 15.12.2.8 check (only when JDK 8 inference is enabled)
Reviewed-by: 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


# 1481:954541f13717 08-Jan-2013 vromero

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


# 1168:116f68a5e677 23-Dec-2011 jjg

7124605: typos in javac comments
Reviewed-by: ksrini


# 1058:0b5beb9562c6 27-Jul-2011 mcimadamore

7062745: Regression: difference in overload resolution when two methods are maximally specific
Summary: Fix most specific when two methods are maximally specific and only one has non-raw return type
Reviewed-by: jjg, dlsmith