Integrated: 8262504: Some CLHSDB command cannot know they run on remote debugger
Yasumasa Suenaga
ysuenaga at openjdk.java.net
Tue Mar 16 05:49:07 UTC 2021
On Sun, 28 Feb 2021 13:18:21 GMT, Yasumasa Suenaga <ysuenaga at openjdk.org> wrote:
> `pmap` and `pstack` CLHSDB command do not work on remote debugger, we can see following error message:
>
> hsdb> pmap
> not yet implemented (debugger does not support CDebugger)!
>
> However, SA has different message for this purpose:
>
> https://github.com/openjdk/jdk/blob/03d888f463c0a6e3fee70ed8ad606fc0a3082636/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/tools/PMap.java#L74-L78
>
> SA should show "remote configuration is not yet implemented" when it works on remote debugger.
This pull request has now been integrated.
Changeset: e03a5948
Author: Yasumasa Suenaga <ysuenaga at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/e03a5948
Stats: 43 lines in 5 files changed: 31 ins; 0 del; 12 mod
8262504: Some CLHSDB command cannot know they run on remote debugger
Reviewed-by: cjplummer, sspitsyn
-------------
PR: https://git.openjdk.java.net/jdk/pull/2766
More information about the serviceability-dev
mailing list