[8u] RFR 8069211: (zipfs) ZipFileSystem creates corrupted zip if entry output stream gets closed more than once

Severin Gehwolf sgehwolf at redhat.com
Tue Nov 24 10:23:14 UTC 2020


On Mon, 2020-11-23 at 16:53 -0500, Zhengyu Gu wrote:
> 
> On 11/23/20 4:10 PM, Severin Gehwolf wrote:
> > Hi Zhengyu!
> > 
> > On Fri, 2020-10-30 at 08:22 -0400, Zhengyu Gu wrote:
> > > Hi Paul,
> > > 
> > > Thanks for reviewing and sorry for replying late.
> > > 
> > > I added @bug tag as you suggested.
> > > 
> > > http://cr.openjdk.java.net/~zgu/JDK-8069211-8u/webrev.01/
> > 
> > Does test/demo/zipfs/ZipFSTester.java run as a jtreg test? It doesn't
> > seem like it. Perhaps include relevant bits from JDK-8038500 and later
> > so as to be able to run it automatically?
> 
> Yes, you can run it with jtreg.
> 
> e.g.
> ~/jtreg/bin/jtreg 
> -jdk:/home/zgu/ws/jdk8u-dev/build/linux-x86_64-normal-server-release/images/j2sdk-image/ 
> demo/zipfs/basic.sh

OK. Thanks.

In that case the @bug annotation is on the wrong file:

Actual: test/demo/zipfs/ZipFSTester.java
Expected: demo/zipfs/basic.sh

Thanks,
Severin



More information about the jdk8u-dev mailing list