RFR: 8374340: FontRenderContext instance variables should be final

Daniel Gredler dgredler at openjdk.org
Wed Dec 24 12:26:04 UTC 2025


Instances of FontRenderContext are immutable, but its instance variables are not declared final.

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

Commit messages:
 - Make FontRenderContext instance variables final

Changes: https://git.openjdk.org/jdk/pull/28981/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=28981&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8374340
  Stats: 14 lines in 1 file changed: 7 ins; 2 del; 5 mod
  Patch: https://git.openjdk.org/jdk/pull/28981.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/28981/head:pull/28981

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


More information about the client-libs-dev mailing list