-
Bug
-
Resolution: Unresolved
-
P4
-
None
-
25, 26
help() currently prints details for all commands, regardless if they are ifdef'd out e.g. pns. via ifndef PRODUCT.
When `call pns(...)` is executed in gdb according to the help message on a release build, gdb will complain about symbol not found.
When `call pns(...)` is executed in gdb according to the help message on a release build, gdb will complain about symbol not found.
- links to
-
Review(master) openjdk/jdk/27341