Duplicate :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
Reported by Lennart B��rjeson here: http://mail.openjdk.java.net/pipermail/core-libs-dev/2019-April/059734.html Narrowed down the cause as JDK-8034802 due changing deflation to only happen when syncing the ZipFileSystem whereas it previously happened eagerly when closing output streams retrieved via Files.newOutputStream: http://mail.openjdk.java.net/pipermail/core-libs-dev/2019-April/059753.html Proof-of-concept patch that recuperates the parallelism in the default case: http://cr.openjdk.java.net/~redestad/scratch/zfs.eager_deflation.00/
|