RFR 8233958: Memory retention due to HttpsURLConnection finalizer that serves no purpose

Michael McMahon michael.x.mcmahon at oracle.com
Tue Nov 12 16:45:17 UTC 2019


Hi,

Could I get the following small change reviewed please?

8233958 complains about memory retention caused by a finalizer which
does nothing, other than delay garbage collection of the associated objects.

The proposed change is to remove the dead code.

http://cr.openjdk.java.net/~michaelm/8233958/webrev.1/index.html

Thanks,

Michael.



More information about the net-dev mailing list