-
Enhancement
-
Resolution: Fixed
-
P5
-
None
-
b14
Field 'sun.swing.text.TextComponentPrintable#frc' is declared as 'AtomicReference<FontRenderContext> frc'.
But only get() and set() calls are used on this field.
We can migrate to use volatile field directly. It simplifies code a bit.
But only get() and set() calls are used on this field.
We can migrate to use volatile field directly. It simplifies code a bit.