RFR: 8358890: VM option -XX:AllowRedefinitionToAddDeleteMethods should be obsoleted then expired [v3]

Serguei Spitsyn sspitsyn at openjdk.org
Fri Jul 11 18:54:37 UTC 2025


On Fri, 11 Jul 2025 14:54:55 GMT, Coleen Phillimore <coleenp at 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


More information about the hotspot-dev mailing list