Withdrawn: 8303891: Zip64SizeTest could use a sparse file

duke duke at openjdk.org
Sat May 6 00:46:29 UTC 2023


On Thu, 9 Mar 2023 12:06:52 GMT, Eirik Bjorsnos <duke at openjdk.org> wrote:

> This PR suggests we use a sparse file when the Zip64SizeTest writes a ZIP file with a 5GB entry.
> 
> The size requirement of this test is known to cause problems in some builds, see [JDK-8259866](https://bugs.openjdk.org/browse/JDK-8259866)
> 
> Using a sparse file reduces the disk space requirements of running the test from 5GB to 12K and also reduces the runtime from ~35 seconds to ~3 seconds on my Macbook Pro.

This pull request has been closed without being integrated.

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

PR: https://git.openjdk.org/jdk/pull/12948


More information about the core-libs-dev mailing list