RFR: JDK-8266797: Fix for 8266610 breaks the build on macos
David Holmes
dholmes at openjdk.java.net
Mon May 10 13:34:44 UTC 2021
On Mon, 10 May 2021 06:34:36 GMT, Vyom Tewari <vtewari at openjdk.org> wrote:
> this change will include the below headers files to Linux only.
> #include <linux/fs.h>
> #include <sys/stat.h>
Hi Vyom,
That fixes the include file problem but as this was obviously not tested on non-Linux have you checked that the rest of the fix for 8266610 works okay on non-Linux?
Thanks,
David
The /test functionality doesn't work. You need to either test locally or using GitHub actions.
-------------
Marked as reviewed by dholmes (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/3943
More information about the core-libs-dev
mailing list