<i18n dev> RFR: 8272756: Remove unnecessary explicit initialization of volatile variables in java.desktop [v3]
Alexey Ivanov
aivanov at openjdk.java.net
Fri Oct 8 18:50:12 UTC 2021
On Fri, 8 Oct 2021 18:35:53 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:
>> I still suggest to remove the local tag completely.
>
> @jayathirthrao @stsypanov Looks like this was not addressed? It will be good to include it in some future cleanup.
As far as I can see, it was. [Line 64](https://github.com/stsypanov/jdk/blob/d13ca9004b8e45f7df57c849271f3cfda5c43ec9/src/java.desktop/share/classes/com/sun/imageio/plugins/tiff/TIFFIFD.java#L64):
essentialTags = Set.of(
And it shows as such in [the diff of the commit](https://github.com/openjdk/jdk/commit/ccbce107f299c3b1c444e819c1fda7ae3c4866b5#diff-054fa06ac6a28817c38d879245a8490f22789d7c93d51b723c08616e154746c9).
-------------
PR: https://git.openjdk.java.net/jdk/pull/5197
More information about the i18n-dev
mailing list