RFR 9: 8169416: SSLSessionImpl finalize overhead (original) (raw)

Xuelei Fan Xuelei.Fan at Oracle.Com
Wed Nov 23 00:21:32 UTC 2016


Looks fine to me.

Thanks, Xuelei

On 23 Nov 2016, at 5:41 AM, Roger Riggs <Roger.Riggs at oracle.com> wrote:

Adding security-dev... Please review this change to remove an ineffective finalizer for SSLSessions. The finalizer removes bindings from the SSLSession of a table that is also freed when the SSLSession is being freed. There is no point in removing them explicitly. It only delays freeing memory and increases the overhead due to the tracking of finalizable objects. Details are in the issue. Webrev: http://cr.openjdk.java.net/~rriggs/webrev-ssl-finalize-8169416 Issue: https://bugs.openjdk.java.net/browse/JDK-8169416 Thanks, Roger



More information about the core-libs-dev mailing list