RFR: 8304020: Speed up test/jdk/java/util/zip/ZipFile/TestTooManyEntries.java and clarify its purpose [v3]
Eirik Bjorsnos
duke at openjdk.org
Mon Oct 30 12:16:34 UTC 2023
On Sun, 12 Mar 2023 11:21:18 GMT, Eirik Bjorsnos <duke at openjdk.org> wrote:
> I think the changes look good overall. Thank you for this. I am not sure that the `@requires` is needed at this point.
Was the `@requires (sun.arch.data.model == "64")` added to satisfy the 8GB memory requirement? If so, I guess we can safely remove the requires tag, even though the test still creates a ~2GB sparse file?
-------------
PR Comment: https://git.openjdk.org/jdk/pull/12991#issuecomment-1785057458
More information about the core-libs-dev
mailing list