RFR: 8337143: (fc, fs) Move filesystem-related native objects from libnio to libjava [v7]
Brian Burkhalter
bpb at openjdk.org
Fri Sep 13 20:41:28 UTC 2024
On Fri, 13 Sep 2024 19:30:42 GMT, Magnus Ihse Bursie <ihse at openjdk.org> wrote:
>> Brian Burkhalter has updated the pull request incrementally with one additional commit since the last revision:
>>
>> 8337143: Clean up to address reviewer comments
>
> make/modules/java.base/lib/CoreLibraries.gmk line 68:
>
>> 66: JDK_LIBS := libjvm, \
>> 67: LIBS_linux := $(LIBDL) -lpthread, \
>> 68: LIBS_aix := $(LIBDL) $(LIBM),\
>
> Suggestion:
>
> LIBS_aix := $(LIBDL) $(LIBM), \
So changed in b54b168.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/20317#discussion_r1759474420
More information about the core-libs-dev
mailing list