RFR: 8352642: Set zipinfo-time=false when constructing zipfs FileSystem in com.sun.tools.javac.file.JavacFileManager$ArchiveContainer for better performance [v2]
Chen Liang
liach at openjdk.org
Tue Apr 1 01:33:15 UTC 2025
On Tue, 1 Apr 2025 00:59:57 GMT, Jason Zaugg <jzaugg at openjdk.org> wrote:
>> 8352642: Set zipinfo-time=false when constructing zipfs FileSystem in com.sun.tools.javac.file.JavacFileManager$ArchiveContainer for better performance
>
> Jason Zaugg has updated the pull request incrementally with one additional commit since the last revision:
>
> 8352642: Also pass zipinfo-time to the alternative newFileSystem call
Consistently including this ignore timestamp flag for both paths is indeed better than doing so for only one path.
-------------
Marked as reviewed by liach (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/24176#pullrequestreview-2730858585
More information about the compiler-dev
mailing list