RFR: debug.cpp: Do not print help message for methods ifdef'd out [v2]

Kerem Kat krk at openjdk.org
Fri Sep 19 10:39:57 UTC 2025


On Fri, 19 Sep 2025 10:37:18 GMT, Kerem Kat <krk at openjdk.org> wrote:

>> The `help` command in `debug.cpp` was out of date, listing only a fraction of the available functions. This and other commands callable from gdb via `call help()`.
>> 
>> I added all commands to the help message, except `pns2` as it is documented as not being useful when called from gdb.
>> 
>> Also fixed is the message for the conditional `pns` command appearing in PRODUCT builds.
>
> Kerem Kat has updated the pull request incrementally with one additional commit since the last revision:
> 
>   address comments

Thanks for the reviews, addressed all points. Also, removed help for MIPS as I could not find any evidence that it is a supported architecture.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/27341#issuecomment-3311677521


More information about the hotspot-dev mailing list