lana [Tue, 25 Oct 2011 21:55:25 -0700] rev 10820
Merge
jjh [Tue, 25 Oct 2011 19:18:32 -0700] rev 10819
7104905: Java SE build fails on call to CreateSymbols
Reviewed-by: jjg
jjg [Tue, 25 Oct 2011 10:48:05 -0700] rev 10818
7104039: refactor/cleanup javac Paths class
Reviewed-by: mcimadamore
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