-
Bug
-
Resolution: Fixed
-
P2
-
13
-
b12
https://mail.openjdk.java.net/pipermail/serviceability-dev/2019-February/027240.html
When I attached to VM which is after 8215622 change via jcmd in JDK 8 on Linux, jcmd hanged.
I checked the status of target VM and jcmd, LinuxAttachListener::read_request() on target VM was waiting for
subsequent argument.
JDK-8215622 increased number of arguments of Attach API [1].
Thus AttachListener will be waiting the command from client infinitely.
[1] http://hg.openjdk.java.net/jdk/jdk/rev/e7cf035682e3#l2.1
When I attached to VM which is after 8215622 change via jcmd in JDK 8 on Linux, jcmd hanged.
I checked the status of target VM and jcmd, LinuxAttachListener::read_request() on target VM was waiting for
subsequent argument.
Thus AttachListener will be waiting the command from client infinitely.
[1] http://hg.openjdk.java.net/jdk/jdk/rev/e7cf035682e3#l2.1
- relates to
-
JDK-8221730 jcmd process name matching broken
- Resolved
-
JDK-8219896 Enhance Attach API to support arbitrary length arguments
- Open
-
JDK-8215622 Add dump to file support for jmap –histo
- Resolved
-
JDK-8337517 Redacted Heap Dumps
- Open