On Tue, 22 Jul 2025 21:44:05 GMT, Phil Race <p...@openjdk.org> wrote:
> As laid out in the JBS issue, this updates the java.awt.PrintJob > implementation to use a delegate which can be disposed instead of relying on > finalize(). > > PrintJob.finalize() is not being removed, and won't be removed until there is > a more definite plan for completely removing the finalize() mechanism. This pull request has now been integrated. Changeset: d1e362e9 Author: Phil Race <p...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/d1e362e9a8aae7f2c095510633624ed90a1d3b78 Stats: 1147 lines in 2 files changed: 3 ins; 1114 del; 30 mod 8363889: Update sun.print.PrintJob2D to use Disposer Reviewed-by: azvegint, psadhukhan ------------- PR: https://git.openjdk.org/jdk/pull/26432