On Sun, 23 Mar 2025 12:38:04 GMT, Jason Zaugg <jza...@openjdk.org> wrote:

> 8352642: Set zipinfo-time=false when constructing zipfs FileSystem in 
> com.sun.tools.javac.file.JavacFileManager$ArchiveContainer for better 
> performance

> I agree that passing zipinfo-time to an unknown provider is likely quite safe.

Right, although it would better to only specify this configuration property 
when creating a zip file system. The original motivation for this configuration 
property was javac so I was surprised it wasn't using it already. Now that it 
is being looked at again I think we will need to come up with a better name for 
it and also review the semantics and decide if skipping the  extended timestamp 
fields is okay or whether all timestamps should just report the timestamp of 
the zip file itself. That's not for this PR of course.

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

PR Comment: https://git.openjdk.org/jdk/pull/24176#issuecomment-2760610843

Reply via email to