RFR: 8337143: (fc, fs) Move filesystem-related native objects from libnio to libjava [v7]

Magnus Ihse Bursie ihse at openjdk.org
Fri Sep 13 19:33:18 UTC 2024


On Thu, 12 Sep 2024 02:10:00 GMT, Brian Burkhalter <bpb at openjdk.org> 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


More information about the core-libs-dev mailing list