RFR: 8272811: Document the effects of building with _GNU_SOURCE in os_posix.hpp
David Holmes
dholmes at openjdk.java.net
Wed Aug 25 01:46:27 UTC 2021
On Tue, 24 Aug 2021 18:28:12 GMT, Ioi Lam <iklam at openjdk.org> wrote:
>> Please review this trivial code documentation enhancement based on discussions here:
>>
>> http://mail.openjdk.java.net/pipermail/jdk-dev/2021-August/005946.html
>>
>> Thanks,
>> David
>
> Looks OK to me, but I think the REF title should use "effects" :-)
@iklam thanks for taking a look. Hmmmm tricky one. I think you are right. Using -D_GNU_SOURCE affects the build, but we are documenting the results of that and those are the effects of using the flag.
-------------
PR: https://git.openjdk.java.net/jdk/pull/5212
More information about the hotspot-runtime-dev
mailing list