On Mon, 22 Mar 2021 06:02:37 GMT, Kim Barrett <kbarr...@openjdk.org> wrote:
> Please review this change to java.net.SocketInputStream and > java.net.SocketOutputStream, removing their "finalize" methods. These > methods are empty. Their purpose is to override and suppress the finalize > methods of their superclasses (FileInputStream and FileOutputStream, > respectively). But those classes had their finalize methods removed by > JDK-8192939 in JDK 12. Marked as reviewed by dfuchs (Reviewer). ------------- PR: https://git.openjdk.java.net/jdk/pull/3111