On Sun, 1 Nov 2020 22:55:48 GMT, Lance Andersen <lan...@openjdk.org> wrote:
> To validate the test, requires info-zip which comes on Mac and linux. It is > not included with windows. There are no issues if the Zip is created via > java.util.zip or Zip FS Ah, gotcha. I see and understand the use of the external zip now. This seem a bit fragile - maybe needs to be more graceful in case the system zip doesn't exist or doesn't do what you expect? ------------- PR: https://git.openjdk.java.net/jdk/pull/987