mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-07 22:50:49 +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