On Wed, 6 Nov 2024 19:17:39 GMT, Andrey Turbanov <aturba...@openjdk.org> wrote:
> Replaced to use immutable Map. It fits even better because it has the same > null handling as Hashtable - it throw NPE in get/containsKey methods. Replacement with immutable Map sounds reasonable in the given context. LGTM ------------- PR Comment: https://git.openjdk.org/jdk/pull/21785#issuecomment-2512207938