History log of /openjdk10/langtools/test/tools/javac/importOnDemand/p1/Object.java
Revision Date Author Comments
# 2528:85ff2daae534 09-Jul-2014 jlahoda

8031569: Refactor javac scope implementation to enable lazy imports
Summary: Introducing an internal API for Scope; rewriting ImportScopes to extend CompoundScopes.
Reviewed-by: mcimadamore, jjg, jfranck
Contributed-by: maurizio.cimadamore@oracle.com, jan.lahoda@oracle.com