On Fri, 13 Sep 2024 19:30:42 GMT, Magnus Ihse Bursie <i...@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