RFR [8023431] Test java/util/zip/GZIP/GZIPInZip.java failed

2013-10-14 Thread Ivan Gerasimov
Hello all! Would you please help review a fix for the intermittently failing regtest? http://bugs.sun.com/view_bug.do?bug_id=8023431 The reasons of the failures were non closed PipedInput/OutputStreams. Thus Read/write dead end were reported. The fix is to use try-with-resource for

Re: RFR [8023431] Test java/util/zip/GZIP/GZIPInZip.java failed

2013-10-14 Thread Joe Darcy
Hi Ivan, The try with resource changes look fine. Cheers, -Joe On 10/14/2013 2:51 AM, Ivan Gerasimov wrote: Hello all! Would you please help review a fix for the intermittently failing regtest? http://bugs.sun.com/view_bug.do?bug_id=8023431 The reasons of the failures were non closed

Re: RFR [8023431] Test java/util/zip/GZIP/GZIPInZip.java failed

2013-10-14 Thread Ivan Gerasimov
Thank you Joe! Ivan On 14.10.2013 20:20, Joe Darcy wrote: Hi Ivan, The try with resource changes look fine. Cheers, -Joe On 10/14/2013 2:51 AM, Ivan Gerasimov wrote: Hello all! Would you please help review a fix for the intermittently failing regtest?

Re: RFR [8023431] Test java/util/zip/GZIP/GZIPInZip.java failed

2013-10-14 Thread Xueming Shen
looks fine. On 10/14/2013 02:51 AM, Ivan Gerasimov wrote: Hello all! Would you please help review a fix for the intermittently failing regtest? http://bugs.sun.com/view_bug.do?bug_id=8023431 The reasons of the failures were non closed PipedInput/OutputStreams. Thus Read/write dead end were

Re: RFR [8023431] Test java/util/zip/GZIP/GZIPInZip.java failed

2013-10-14 Thread Ivan Gerasimov
Thank you Sherman! Ivan On 14.10.2013 20:40, Xueming Shen wrote: looks fine. On 10/14/2013 02:51 AM, Ivan Gerasimov wrote: Hello all! Would you please help review a fix for the intermittently failing regtest? http://bugs.sun.com/view_bug.do?bug_id=8023431 The reasons of the failures