mcimadamore [Tue, 25 Oct 2011 15:40:34 +0100] rev 10817
7104618: MessageInfo.java is failing after lexer changes
Summary: Two langtools regression tests cannot be built due to a bad import statement
Reviewed-by: jjg
mcimadamore [Mon, 24 Oct 2011 13:00:30 +0100] rev 10816
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
mcimadamore [Mon, 24 Oct 2011 13:00:20 +0100] rev 10815
7096014: Javac tokens should retain state
Summary: Refactor javac tokens from enum constants to stateful instances (to keep track of position, comments, etc.)
Reviewed-by: jjg
jjh [Fri, 21 Oct 2011 14:14:29 -0700] rev 10814
7098530: tools/javac/javazip/Test.sh can fail on Windows
Summary: Fix cygpath command to properly convert path
Reviewed-by: jjg