RFR: 8273102: Delete deprecated for removal the empty finalize() in java.desktop module

Sergey Bylokhov serb at openjdk.java.net
Wed Oct 6 19:09:08 UTC 2021


On Sun, 12 Sep 2021 04:38:41 GMT, Phil Race <prr at 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



More information about the client-libs-dev mailing list