JDK-8161426 : Test java/util/zip/InflaterInputStream/TestAvailable.java fails on open-only linux
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.util.jar
  • Affected Version: 9
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2016-07-14
  • Updated: 2016-07-22
  • Resolved: 2016-07-14
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 9
9 b128Fixed
Related Reports
Relates :  
Description
The test

java/util/zip/InflaterInputStream/TestAvailable.java

fails on open-only Linux.
Comments
the test fails when the number from nextInt(n) is 0 and we are dealing with a 0-length src array.
14-07-2016