RFR: 8358890: VM option -XX:AllowRedefinitionToAddDeleteMethods should be obsoleted then expired [v2]
Serguei Spitsyn
sspitsyn at openjdk.org
Fri Jul 11 05:31:40 UTC 2025
On Thu, 10 Jul 2025 07:12:20 GMT, David Holmes <dholmes at openjdk.org> wrote:
>> Serguei Spitsyn has updated the pull request incrementally with one additional commit since the last revision:
>>
>> corrected one assert message
>
> src/hotspot/share/runtime/arguments.cpp line 525:
>
>> 523: // -------------- Deprecated Flags --------------
>> 524: // --- Non-alias flags - sorted by obsolete_in then expired_in:
>> 525: { "AllowRedefinitionToAddDeleteMethods", JDK_Version::jdk(13), JDK_Version::jdk(26), JDK_Version::jdk(27) },
>
> Please move this line to before line 535 (ParallelRefProcEnabled) so that we are sorted on obsolete_in as required.
Thanks. Fixed now.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/26232#discussion_r2199641968
More information about the hotspot-dev
mailing list