On Sat, 2 May 2026 09:51:54 GMT, Yasumasa Suenaga <[email protected]> wrote:
>> Kevin Walls has updated the pull request incrementally with one additional >> commit since the last revision: >> >> include order > > src/jdk.attach/linux/native/revivalhelper/revival_linux.cpp line 61: > >> 59: uint64_t bin_addr; >> 60: uint64_t bin_end; >> 61: #define LIBC_NAME "libc.so.6" > > Can it work on musl (Alpine)? Maybe! 8-) LIBC_NAME is used only to find libc's load address which feeds into the heuristics that decide what memory would be dangerous to remap. This might only need to know the MUSL library name which it can search for as well. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/31011#discussion_r3248474727
