RFR: 8305089: [AIX] Implement missing socket options on AIX

Erik Joelsson erikj at openjdk.org
Thu Mar 30 12:44:28 UTC 2023


On Thu, 30 Mar 2023 11:49:24 GMT, Jaikiran Pai <jpai at openjdk.org> wrote:

>> make/modules/jdk.net/Lib.gmk line 30:
>> 
>>> 28: ################################################################################
>>> 29: 
>>> 30: ifeq ($(call isTargetOs, linux macosx windows aix), true)
>> 
>> Hello Varada, I'm not too familiar with these build files, but would this change also require a `LIBS_aix := <relevant libs>` entry in this `eval` block?
>
> Please update the copyright year on this file to `2016, 2023, `

AIX should be covered by `LIBS_unix := -ljava` as long as that's the only lib it needs.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/13240#discussion_r1153203665



More information about the build-dev mailing list