[OpenJDK 2D-Dev] RFR: 8254798: Deprecate for removal an empty finalize() methods in java.desktop module

Pankaj Bansal pbansal at openjdk.java.net
Fri Oct 16 18:38:07 UTC 2020


On Thu, 15 Oct 2020 05:29:42 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:

> The java.desktop module has a few implementations of the finalize() method which do nothing. We can remove such methods
> if the class is not public API, and could mark these methods in the public classes as "forRemoval = true"

Marked as reviewed by pbansal (Reviewer).

-------------

PR: https://git.openjdk.java.net/jdk/pull/675


More information about the 2d-dev mailing list