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
jjg [Wed, 19 Oct 2011 15:29:46 -0700] rev 10813
7101146: Paths should more directly managed by BaseFileManager
Reviewed-by: mcimadamore
mcimadamore [Wed, 19 Oct 2011 16:56:05 +0100] rev 10812
7102515: javac running very very long and not returning
Summary: Verbose resolution diagnostics slow down with operator resolution
Reviewed-by: jjg
mcimadamore [Mon, 17 Oct 2011 12:57:36 +0100] rev 10811
7093325: Redundant entry in bytecode exception table
Summary: Inlining of finalizers does not update gaps list accordingly
Reviewed-by: jjg