RFR: 8351542: LIBMANAGEMENT_OPTIMIZATION remove special optimization settings [v3]
Matthias Baesken
mbaesken at openjdk.org
Wed Mar 12 12:45:50 UTC 2025
On Wed, 12 Mar 2025 11:15:01 GMT, Magnus Ihse Bursie <ihse at openjdk.org> wrote:
>> Matthias Baesken has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Adjust jdk.management/Lib.gmk
>
> 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?
Sure, this was a mistake I re added the unused line but at the wrong position in the file.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/23966#discussion_r1991417236
More information about the build-dev
mailing list