commit | d24296edf468b3a64b14dfe5c199bb9d12d55502 | [log] [tgz] |
---|---|---|
author | Jan Lahoda <jlahoda@openjdk.org> | Tue Jul 09 09:20:04 2019 +0200 |
committer | Jan Lahoda <jlahoda@openjdk.org> | Tue Jul 09 09:20:04 2019 +0200 |
tree | baffbb24f938ee020437cee36bda17917ce85757 | |
parent | 2b7170b33c462f722677e787c5d45698a9171b53 [diff] |
8223443: Calling Trees.getScope early changes names of local/anonymous classes Ensure Trees.getScope does not affect the rest of the compilation. Reviewed-by: mcimadamore