RFR: 8290861: Remove unused field URLJarFile.BUF_SIZE
Jaikiran Pai
jpai at openjdk.org
Fri Jul 22 07:22:06 UTC 2022
On Thu, 21 Jul 2022 20:00:37 GMT, Andrey Turbanov <aturbanov at openjdk.org> wrote:
> Static field 'BUF_SIZE' in the class sun.net.[www.protocol.jar.URLJarFile](http://www.protocol.jar.urljarfile/) is unused and can be removed.
The change looks fine to me.
The `BUF_SIZE` appears to be a left over from the change done in https://github.com/openjdk/jdk/commit/313991183b716ea420c2a2155ada03191faca6b7 for https://bugs.openjdk.org/browse/JDK-7018392
-------------
Marked as reviewed by jpai (Reviewer).
PR: https://git.openjdk.org/jdk/pull/9602
More information about the net-dev
mailing list