On Fri, 11 Jul 2025 14:54:55 GMT, Coleen Phillimore <cole...@openjdk.org> wrote:
>> Serguei Spitsyn has updated the pull request incrementally with one >> additional commit since the last revision: >> >> review: keep right order of the obsoleted VM options > > src/hotspot/share/oops/methodFlags.hpp line 49: > >> 47: status(is_old , 1 << 2) /* RedefineClasses() has >> replaced this method */ \ >> 48: status(is_obsolete , 1 << 3) /* RedefineClasses() has >> made method obsolete */ \ >> 49: status(RESERVED , 1 << 4) \ > > Maybe change to unused rather than reserved. Thanks. Fixed now ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/26232#discussion_r2201539524