JDK-8163877 : Tests added in JDK-8163518 fail on some platforms
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.io
  • Affected Version: 9
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2016-08-11
  • Updated: 2017-11-29
  • Resolved: 2016-08-11
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 6 JDK 7 JDK 8 JDK 9
6u141Fixed 7u131Fixed 8u152Fixed 9 b132Fixed
Related Reports
Relates :  
Description
Tests added for JDK-8163518

java/io/CharArrayReader/OverflowInRead.java
java/io/StringBufferInputStream/OverflowInRead.java

fail when run under a 32-bit JDK hosted on a 64-bit OS.

These failures should be addressed.
Comments
verified in b172 and mach5
12-07-2017

The newly added tests fail on a 32-bit JVM running on a 64-bit OS. The jtreg requires facility can query for the bit-ness using sun.arch.data.model == "64"
11-08-2016