On Mon, 1 Mar 2021 07:31:04 GMT, Yasumasa Suenaga <ysuen...@openjdk.org> wrote:
> `attach` command on CLHSDB supports to attach live process (PID) and > coredump, but it cannot connect to debug server. CLHSDB does not have a > command to connect to debug server. > > Other jhsdb commands (jstack, jmap, etc...) can connect debug server via > `--connect` option, so CLHSDB should connect to it. > > After this change, you can connect to debug server with 'connect <hostname>'. You'll need a CSR for this. Will `jhsdb clhsdb --connect debugserver` work? If not, it should to be consistent with the other commands. ------------- PR: https://git.openjdk.java.net/jdk/pull/2773