jlahoda [Mon, 05 Oct 2015 18:31:38 +0200] rev 32913
8075274: Compilation still depends on the order of imports
8133235: Compilation depends on order of source files
Summary: When analyzing type hierarchy, HierarchyPhase should process supertypes before subtypes.
Reviewed-by: mcimadamore
sadayapalam [Mon, 05 Oct 2015 15:41:29 +0530] rev 32912
8133135: Compiler internall error (NPE) on anonymous class defined by qualified instance creation expression with diamond
Reviewed-by: mcimadamore
mcimadamore [Fri, 02 Oct 2015 13:27:57 +0100] rev 32911
8137269: Add better support for local caching in ArgumentAttr
Summary: ArgumentAttr should support local caches when results of speculative attribution might be thrown away
Reviewed-by: jlahoda
sadayapalam [Thu, 01 Oct 2015 19:47:06 +0530] rev 32910
8132535: Compiler fails with diamond anonymous class creation with intersection bound of enclosing class
Reviewed-by: mcimadamore
jlahoda [Tue, 29 Sep 2015 21:22:35 +0200] rev 32909
8133454: Update Java Compiler Error Message
Summary: Updating the error message that is used when javac crashes.
Reviewed-by: jjg
Contributed-by: nelson.dcosta@oracle.com
aeremeev [Mon, 28 Sep 2015 13:23:35 +0300] rev 32908
8081472: Add a mode to the tests for class-file attributes which dumps in-memory sources to disk
Reviewed-by: ksrini