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
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