RFR 9: 8169416: SSLSessionImpl finalize overhead (original) (raw)
Roger Riggs roger.riggs at oracle.com
Tue Nov 22 21:23:05 UTC 2016
- Previous message: [9] RFR: 8170120: Several new jimage testcases should be excluded due to their failures
- Next message: RFR 9: 8169416: SSLSessionImpl finalize overhead
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [9] RFR: 8170120: Several new jimage testcases should be excluded due to their failures
- Next message: RFR 9: 8169416: SSLSessionImpl finalize overhead
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]