On Thu, 16 Jan 2025 11:53:18 GMT, Andrey Turbanov <aturba...@openjdk.org> wrote:
> There is a field `javax.swing.text.html.CSS#styleConstantToCssMap` which uses > legacy `Hashtable` class. > As this map is read-only and all its content is initialized in `<clinit>` we > can safely use immutable `Map` instead. Marked as reviewed by azvegint (Reviewer). ------------- PR Review: https://git.openjdk.org/jdk/pull/23149#pullrequestreview-2564349378