mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-04 15:38:58 +00:00
Avoiding iteration through all sub-scopes of single import scope when looking up by name by only using those that may contain the given name. Reviewed-by: mcimadamore