On Fri, 1 Apr 2022 19:18:39 GMT, Phil Race <p...@openjdk.org> wrote: > Along the same lines as other recent additions of the sealed modifier but > this one is quite simple. > Only MultiGradientPaint is touched. The two extant sub-classes it permits are > already final > > CSR for review : https://bugs.openjdk.java.net/browse/JDK-8284188 > > jtreg and JCK API tests pass
This pull request has now been integrated. Changeset: 9f97f5de Author: Phil Race <p...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/9f97f5de684588be6caf0f0ababe5fe773b13d77 Stats: 3 lines in 1 file changed: 2 ins; 0 del; 1 mod 8283704: Add sealed modifier to java.awt.MultipleGradientPaint Reviewed-by: darcy, serb, aivanov ------------- PR: https://git.openjdk.java.net/jdk/pull/8079