On Thu, 15 Oct 2020 05:29:42 GMT, Sergey Bylokhov <s...@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" This pull request has now been integrated. Changeset: dd032b7f Author: Sergey Bylokhov <s...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/dd032b7f Stats: 49 lines in 6 files changed: 3 ins; 38 del; 8 mod 8254798: Deprecate for removal an empty finalize() methods in java.desktop module Reviewed-by: kcr, pbansal ------------- PR: https://git.openjdk.java.net/jdk/pull/675