JDK-8207744 : Clean up inconsistent use of opendir/closedir versus opendir64/closedir64
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.io
  • Affected Version: 11,12
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2018-07-17
  • Updated: 2018-09-18
  • Resolved: 2018-08-30
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 12
12 b10Fixed
Related Reports
Relates :  
Description
There are a few inconsistencies (including in TimeZone_md.c and UnixFileSystem_md.c) where opendir/closedir is used instead of opendir64/closedir64. Looks like the AIX port may have run into issues as it redefines them. These inconsistencies should be located and resolved.