- if (e.bytes != null) { // in-memory, deflated
- os.write(e.bytes); // already
- written += e.bytes.length;
- } else if (e.file != null) { // tmp file
...
- }
+ written += writeEntry(e, os, buf); <<<<<<<
- duplicates
-
JDK-8222532 (zipfs) Performance regression when writing ZipFileSystem entries in parallel
- Resolved