On Thu, 29 Aug 2024 05:20:20 GMT, Tejesh R <[email protected]> wrote: > I meant, since `ICONS_MAP` stores `GTKStockIcon` as value, I was wondering > does that make any difference or need for the map to be synchronized? I also > came across Immutable Maps which are inherently thread safe. If ICONS_MAP are > immutable one, then Synchronized block is definitely redundant.
`GTKStockIcon` objects are also created inside static block, So, I guess that should be fine. ------------- PR Comment: https://git.openjdk.org/jdk/pull/20741#issuecomment-2316925469
