On Tue, 23 Mar 2021 00:14:59 GMT, Sergey Bylokhov <s...@openjdk.org> wrote:
> Some codes have outdated assumptions about the initialization of ColorSpace > class. > - The ColorSpace.getInstance() will never throw an IllegalArgumentException > for the builtin profiles > - The ColorSpace.getInstance() will not trigger initialisation of the CMM > classes This pull request has now been integrated. Changeset: cfc9aa34 Author: Sergey Bylokhov <s...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/cfc9aa34 Stats: 168 lines in 6 files changed: 45 ins; 94 del; 29 mod 8264002: Delete outdated assumptions about ColorSpace initialization Reviewed-by: azvegint ------------- PR: https://git.openjdk.java.net/jdk/pull/3140