History log of /openjdk10/langtools/test/tools/javac/importscope/T8133235/C.java
Revision Date Author Comments
# 3043:4914b013c305 05-Oct-2015 jlahoda

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