On Mon, 2 Mar 2026 05:31:08 GMT, Chris Plummer <[email protected]> wrote:
>> Yasumasa Suenaga has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Define HWCAP_CAPA if it does not exist > > src/jdk.hotspot.agent/linux/native/libsaproc/ps_core.c line 45: > >> 43: // >> https://sourceware.org/git/?p=glibc.git;a=commit;h=a2e57f89a35e6056c9488428e68c4889e114ef71 >> 44: #if defined(__aarch64__) && !defined(HWCAP_PACA) >> 45: HWCAP_PACA (1 << 30) > > Suggestion: > > #define HWCAP_PACA (1 << 30) Fixed. Sorry for my stupid mistake. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/29731#discussion_r2870635744
