lana [Thu, 11 Dec 2014 12:26:42 -0800] rev 27998
Merge
aeremeev [Wed, 10 Dec 2014 21:45:39 +0200] rev 27997
8065360: Implement a test that checks possibilty of class members to be imported
Reviewed-by: jlahoda, anazarov
mcimadamore [Tue, 09 Dec 2014 17:40:02 +0000] rev 27996
8067006: Tweak IntelliJ langtools project to show jtreg report directory
Summary: Jtreg test output directory should be allowed to flow into IntelliJ's output
Reviewed-by: jlahoda
mcimadamore [Tue, 09 Dec 2014 16:09:07 +0000] rev 27995
8067001: DetectMutableStaticFields fails after modular images push
Summary: Ignore JRTIndex.sharedInstance
Reviewed-by: jlahoda
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