-
Enhancement
-
Resolution: Unresolved
-
P4
-
None
-
None
-
None
In java.awt.Component, the code to get the system property `awt.image.incrementaldraw` can be unpacked via java.lang.Boolean.parseBoolean(). This allows for interpreting mixed-case values (e.g. `"TRUE"`), and can make the field `isInc` `final`.
- links to
-
Review openjdk/jdk/12639