bytedance / bytedance/CompoundVM

[Bug] jmap17 -heap is not supported

Open
#41 1 comment 0 reactions 1 assignee Claimed by @duanyangjing View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.