Integrated: 8287162: (zipfs) Performance regression related to support for POSIX file permissions

Lance Andersen lancea at openjdk.java.net
Tue May 24 15:59:55 UTC 2022


On Mon, 23 May 2022 19:47:33 GMT, Lance Andersen <lancea at openjdk.org> wrote:

> Hi all,
> 
> This PR addresses the performance issue that is described in JDK-8287162.
> 
> With this fix,  the ZipFileSystem methods:  initOwner, initGroup, and initPermissions will not be invoked unless enablePosixFileAttributes=true.  
> 
> Mach5 tiers1-3 are currently running and have not encountered any issues.

This pull request has now been integrated.

Changeset: a10c5597
Author:    Lance Andersen <lancea at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/a10c5597d93c4402bafdbb570437aac052b10027
Stats:     3 lines in 1 file changed: 0 ins; 0 del; 3 mod

8287162: (zipfs) Performance regression related to support for POSIX file permissions

Reviewed-by: jpai, alanb, clanger

-------------

PR: https://git.openjdk.java.net/jdk/pull/8854


More information about the nio-dev mailing list