On Thu, 12 Sep 2024 02:10:00 GMT, Brian Burkhalter <[email protected]> wrote:
>> This proposed change would move the native objects required for NIO file
>> interaction from the libnio native library to the libjava native library on
>> Linux, macOS, and Windows.
>
> 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), \
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/20317#discussion_r1759390367