On Sun, 12 Sep 2021 04:38:41 GMT, Phil Race <p...@openjdk.org> wrote:
>> The "java.desktop" module has a few implementations of the finalize() which >> do nothing, deprecated since jdk9, and are marked "forRemoval = true" since >> jdk16. >> >> This is a request to delete such empty methods. >> >> CSR: https://bugs.openjdk.java.net/browse/JDK-8273103 > > Marked as reviewed by prr (Reviewer). @prrace @jayathirthrao I am going to push this change, please note it might cause some test failures in JCK. ------------- PR: https://git.openjdk.java.net/jdk/pull/5292