RFR: 8299772: The ColorModel.getRGBdefault() method is not thread-safe
Sergey Bylokhov
serb at openjdk.org
Mon Jan 9 14:47:08 UTC 2023
The getRGBdefault() was made thread safe via holder implemented as a local interface.
-------------
Commit messages:
- Update RGBdefaultSingleton.java
- the test
- 8299772: The ColorModel.getRGBdefault() method is not thread-safe
Changes: https://git.openjdk.org/jdk/pull/11895/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=11895&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8299772
Stats: 80 lines in 2 files changed: 70 ins; 3 del; 7 mod
Patch: https://git.openjdk.org/jdk/pull/11895.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/11895/head:pull/11895
PR: https://git.openjdk.org/jdk/pull/11895
More information about the client-libs-dev
mailing list