RFR: 8339927: Man page update for deprecating jhsdb debugd for removal
Kevin Walls
kevinw at openjdk.org
Wed Sep 11 12:00:37 UTC 2024
On Wed, 11 Sep 2024 11:53:19 GMT, Kevin Walls <kevinw at openjdk.org> wrote:
> Man page update to warn of deprecation of the jshdb debug subcommand and --connect option.
New text:
JHSDB(1) JDK Commands JHSDB(1)
NAME
jhsdb - attach to a Java process or launch a postmortem debugger to analyze the content of a core dump from a crashed Java Vir‐
tual Machine (JVM)
SYNOPSIS
WARNING: The debugd subcommand and --connect options are deprecated. They will be removed in a future release.
jhsdb clhsdb [--pid pid | --exe executable --core coredump]
...etc...
-------------
PR Comment: https://git.openjdk.org/jdk/pull/20946#issuecomment-2343462475
More information about the serviceability-dev
mailing list