Details
-
Bug
-
Resolution: Fixed
-
P4
-
openjdk8u402
-
b01
-
linux
Description
The Java_sun_nio_fs_LinuxNativeDispatcher_getlinelen function calls the free function without including <stdlib.h>. This results in an implicit function declarations, and some compilers no longer support that by default, leading to a build failure.
Per the comment in the file, this function was introduced in the backport ofJDK-8229872 from JDK 11, so this bug is specific to jdk8u.
Related to:
<https://fedoraproject.org/wiki/Changes/PortingToModernC>
<https://fedoraproject.org/wiki/Toolchain/PortingToModernC>
Per the comment in the file, this function was introduced in the backport of
Related to:
<https://fedoraproject.org/wiki/Changes/PortingToModernC>
<https://fedoraproject.org/wiki/Toolchain/PortingToModernC>
Attachments
Issue Links
- relates to
-
JDK-8229872 (fs) Increase buffer size used with getmntent
- Closed