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
mcimadamore [Mon, 17 Oct 2011 12:54:33 +0100] rev 10810
7097436: Project Coin: duplicate varargs warnings on method annotated with @SafeVarargs
Summary: Duplicate aliasing check during subtyping leads to spurious varargs diagnostic
Reviewed-by: jjg
katleman [Thu, 27 Oct 2011 13:54:50 -0700] rev 10809
Added tag jdk8-b11 for changeset b44e4293ec86
duke [Wed, 05 Jul 2017 17:54:16 +0200] rev 10808
Merge