hg: jdk-updates/jdk11u-dev: 8202794: Native Unix code should use readdir rather than readdir_r; ...

paul.hohensee at gmail.com paul.hohensee at gmail.com
Wed Apr 3 15:16:18 UTC 2019


Changeset: f7b8057430ee
Author:    bpb
Date:      2019-04-03 08:15 -0700
URL:       http://hg.openjdk.java.net/jdk-updates/jdk11u-dev/rev/f7b8057430ee

8202794: Native Unix code should use readdir rather than readdir_r
8207748: Fix for 8202794 breaks tier1 builds
Summary: Replace uses of readdir_r with readdir.
Reviewed-by: alanb, bsrbnd, kbarrett, darcy

! src/java.base/unix/native/libjava/TimeZone_md.c
! src/java.base/unix/native/libjava/UnixFileSystem_md.c
! src/jdk.management/unix/native/libmanagement_ext/OperatingSystemImpl.c



More information about the jdk-updates-changes mailing list