History log of /openjdk10/langtools/test/tools/javac/resolve/ResolveHarness.java
Revision Date Author Comments
# 3643:589ff4d43428 06-Sep-2016 vromero

8162546: change hidden options -Xdebug to --debug, -XshouldStop to --should-stop, and -diags to --diags
Reviewed-by: mcimadamore


# 3530:581330357a3b 11-Jul-2016 vromero

8161020: javac, fold stop compilation options
Reviewed-by: mcimadamore


# 3528:5538ba41cb97 08-Jul-2016 vromero

8153407: javac, fold debug options
Reviewed-by: mcimadamore, jjg


# 2933:49d207bf704d 21-May-2015 akulyakh

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


# 2687:56f8be952a5c 29-Oct-2014 jjg

8062348: langtools tests should close file manager (group 1)
Reviewed-by: darcy


# 2421:4525f3a38730 13-May-2014 dlsmith

8034223: Most-specific should not have any special treatment for boxed vs. unboxed types
Summary: Rewrite most-specific logic to conform to JLS 8 15.12.2.5
Reviewed-by: vromero


# 2266:51568561f9b1 27-Jan-2014 sogoel

8027175: Existing regression tests in tl/langtools and tl/jdk need to be updated for @bug keyword
Reviewed-by: jjg, ksrini
Contributed-by: matherey.nunez@oracle.com


# 2253:3b4db9e3824d 24-Dec-2013 ksrini

8029230: Update copyright year to match last edit in jdk8 langtools repository for 2013
Reviewed-by: ksrini
Contributed-by: steve.sides@oracle.com


# 1874:f559ef7568ce 01-Jul-2013 mcimadamore

7034798: Ambiguity error for abstract method call is too eager
Summary: Javac should wait and see if ambiguous methods can be reconciled at the end of an overload resolution round
Reviewed-by: jjg, vromero


# 1778:97a9b4b3e63a 24-May-2013 mcimadamore

8014649: Regression: bug in Resolve.resolveOperator
Summary: Missing curly braces causes Resolve.findMethod to be called spuriously
Reviewed-by: jjg, vromero


# 1465:b52a38d4536c 21-Dec-2012 darcy

8005282: Use @library tag with non-relative path for javac tests
Reviewed-by: jjg


# 1113:05814303a056 24-Oct-2011 mcimadamore

7098660: Write better overload resolution/inference tests
Summary: Add overload/inference debug diagnostics - added test harness using annotations to check outcome of overload resolution/inference
Reviewed-by: jjg