Withdrawn: 8346036: Unnecessary Hashtable usage in javax.swing.text.html.parser.Entity

duke duke at openjdk.org
Fri Dec 27 23:23:47 UTC 2024


On Fri, 1 Nov 2024 14:02:52 GMT, Andrey Turbanov <aturbanov at openjdk.org> wrote:

> The Hashtable `javax.swing.text.html.parser.Entity#entityTypes` is modified only within `<clinit>` block.
> We can replace it with immutable map to avoid Hashtable synchronization overhead.
> Similar to what we did in #21825.

This pull request has been closed without being integrated.

-------------

PR: https://git.openjdk.org/jdk/pull/21831


More information about the client-libs-dev mailing list