On Tue, 16 Mar 2021 12:01:30 GMT, Yasumasa Suenaga <ysuen...@openjdk.org> wrote:

> jhsdb supports pmap (jhsdb jmap) and pstack (jhsdb jstack --mixed), and they 
> work fine if they attach to live process or to coredump, however they do not 
> work on debug server as following:
> 
> $ jhsdb jmap --connect localhost
> Attaching to remote server localhost, please wait...
> Debugger attached successfully.
> Server compiler detected.
> JVM version is 11.0.10+9
> remote configuration is not yet implemented
> 
> pmap and pstack depend on CDebugger in SA, however it would not be set in 
> case of remote debugger client. We can avoid it if we can delegate the 
> process to debug server.

This pull request has now been integrated.

Changeset: a209ed01
Author:    Yasumasa Suenaga <ysuen...@openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/a209ed01
Stats:     190 lines in 10 files changed: 146 ins; 26 del; 18 mod

8263670: pmap and pstack in jhsdb do not work on debug server

Reviewed-by: cjplummer, sspitsyn

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

PR: https://git.openjdk.java.net/jdk/pull/3027

Reply via email to