langtools/make/test/TEST.ROOT
author jlahoda
Wed, 09 Jul 2014 16:32:05 +0200 (2014-07-09)
changeset 25443 9187d77f2c64
parent 10 06bc494ca11e
permissions -rw-r--r--
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