RFR: 8202324: Avoid loading FileInput-/OutputStream$AltFinalizer
Alan Bateman
Alan.Bateman at oracle.com
Thu Apr 26 13:49:37 UTC 2018
On 26/04/2018 14:30, Claes Redestad wrote:
> Hi,
>
> we can avoid eagerly loading the FileInput-/OutputStream$AltFinalizer
> classes on normal use, which is a small startup win.
>
> Webrev: http://cr.openjdk.java.net/~redestad/8202324/open.00/
>
> Bug: https://bugs.openjdk.java.net/browse/JDK-8202324
This looks okay as the AltFinalizer classes are only needed when code is
extending FIS or FOS.
-Alan.
More information about the core-libs-dev
mailing list