RFR: 8263670: pmap and pstack in jhsdb do not work on debug server [v2]
Yasumasa Suenaga
ysuenaga at openjdk.java.net
Tue Mar 23 04:58:02 UTC 2021
On Tue, 23 Mar 2021 02:16:43 GMT, Serguei Spitsyn <sspitsyn at openjdk.org> wrote:
>> Yasumasa Suenaga has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Update testcases
>
> src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/tools/PMap.java line 81:
>
>> 79: } else {
>> 80: if (getDebugeeType() == DEBUGEE_REMOTE) {
>> 81: out.print(((RemoteDebuggerClient)dbg).execCommandOnServer("pmap", null));
>
> Nit: Indent is incorrect now.
Thanks! I fixed it in new commit.
-------------
PR: https://git.openjdk.java.net/jdk/pull/3027
More information about the serviceability-dev
mailing list