There was an error while loading. Please reload this page.
现象:
➜ jmap17 -heap 122669 Error: -heap option used Cannot connect to core dump or remote debug server. Use jhsdb17 jmap instead
预期行为
$ jmap -heap 29620 Attaching to process ID 29620, please wait...
jmap -heap 在jdk17中已经不支持,等价命令为jhsdb jmap --heap
jmap -heap
jhsdb jmap --heap