bytedance / bytedance/CompoundVM
[Bug] jmap17 -heap is not supported
Open
- Dominant language
- Java
- Stars
- 118
- Forks
- 22
- Avg merge
- 8d 8h
- Merged PRs (30d)
- 4
Description
现象:
```
➜ 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`
Contributor guide
Assessment
This issue has not been assessed yet.