On Wed, 12 Mar 2025 11:15:02 GMT, Matthias Baesken <mbaes...@openjdk.org> wrote:
>> On Linux there are some special settings for LIBMANAGEMENT_OPTIMIZATION that >> are most likely not needed any more and could be removed. > > Matthias Baesken has updated the pull request incrementally with one > additional commit since the last revision: > > do not handle the unused variables stuff in this change src/java.management/share/native/libmanagement/VMManagementImpl.c line 41: > 39: jstring version_string = NULL; > 40: > 41: unsigned int major = ((unsigned int) jmm_version & 0x0FFF0000) >> 16; Can you please revert this unrelated changes as well? ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/23966#discussion_r1991245086