RFR: 8351542: LIBMANAGEMENT_OPTIMIZATION remove special optimization settings [v4]
Magnus Ihse Bursie
ihse at openjdk.org
Wed Mar 12 11:18:15 UTC 2025
On Wed, 12 Mar 2025 11:15:02 GMT, Matthias Baesken <mbaesken at 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
More information about the build-dev
mailing list