On Tue, 29 Mar 2022 18:39:49 GMT, Phil Race <p...@openjdk.org> wrote:
> This PR is similar to https://git.openjdk.java.net/jdk/pull/7998 but > addresses some Java 2D API color related classes. > > ICC_Profile can be made sealed, and the two extant sub-classes can be made > final. > > All regression and JCK tests have passed > > CSR is here https://bugs.openjdk.java.net/browse/JDK-8283891 This pull request has now been integrated. Changeset: eb5b7128 Author: Phil Race <p...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/eb5b7128a0ff5a17fcc66cb5f81d23ebec08b415 Stats: 5 lines in 3 files changed: 2 ins; 0 del; 3 mod 8283701: Add final or sealed modifier to appropriate java.awt.color ICC_Profile API classes Reviewed-by: bpb, aivanov, serb ------------- PR: https://git.openjdk.java.net/jdk/pull/8021