aeremeev [Tue, 09 Dec 2014 11:45:38 +0100] rev 27994
8066961: NegativeCyclicDependencyTest.java fails on Windows
Summary: Normalizing line endings to '\n'.
Reviewed-by: jlahoda
aeremeev [Tue, 09 Dec 2014 01:06:11 +0200] rev 27993
8064794: Implement negative tests for cyclic dependencies in import statements
Reviewed-by: jlahoda, anazarov
jlahoda [Mon, 08 Dec 2014 21:26:04 +0100] rev 27992
8066902: JavacParserTest fails on Windows
Summary: Normalizing line endings to '\n'.
Reviewed-by: jjg, ksrini
jlahoda [Mon, 08 Dec 2014 18:02:07 +0100] rev 27991
8061549: Disallow _ as a one-character identifier
Summary: Underscore is no longer a one-charater identifier with -source 9
Reviewed-by: mcimadamore, jjg
mcimadamore [Mon, 08 Dec 2014 16:30:43 +0000] rev 27990
8066889: IntelliJ langtools launcher ought to be Windows friendly
Summary: Fixup file and path separators in project setup stage.
Reviewed-by: jlahoda
jlahoda [Mon, 08 Dec 2014 11:50:19 +0100] rev 27989
8065753: javac crashing on a html-like file
Summary: Avoiding special-case in error recovery for bad token on position 0.
Reviewed-by: jjg