<i18n dev> Withdrawn: 8302813: awt.image.incrementaldraw can use Boolean.parseBoolean() to parse the system property

SWinxy duke at openjdk.org
Thu Feb 23 22:29:16 UTC 2023


On Sat, 18 Feb 2023 22:18:52 GMT, SWinxy <duke at openjdk.org> wrote:

> Please review this change which moves the parsing of the `awt.image.incrementaldraw` property from the static initializer block into the field itself by invoking `Boolean.parseBoolean()` on the system property getter.
> 
> Hopefully in the near future we can do away with `AccessController`s and simply go with `System.getProperty` :)

This pull request has been closed without being integrated.

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

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


More information about the i18n-dev mailing list