On Thu, 10 Jul 2025 07:12:20 GMT, David Holmes <dhol...@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