Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2224789 | 8 | Staffan Larsen | P4 | Resolved | Fixed | b40 |
running
$ echo VM.version > file
$ echo stop >> file
$ echo VM.version >> file
$ jcmd <pid> -f file
will give two printouts of VM version despite the "stop" command.
This appears to be a regression in the "jcmd" binary, 8-b37 and 8-b36 have this behavior but 8-b28 and 7u4-b20 does not.
$ echo VM.version > file
$ echo stop >> file
$ echo VM.version >> file
$ jcmd <pid> -f file
will give two printouts of VM version despite the "stop" command.
This appears to be a regression in the "jcmd" binary, 8-b37 and 8-b36 have this behavior but 8-b28 and 7u4-b20 does not.
- backported by
-
JDK-2224789 jcmd command file parsing does not respect the "stop" command
-
- Resolved
-
- relates to
-
JDK-7154822 forward port fix for Bug 13645891 to JDK8 jcmd (1024 byte file size limit issue)
-
- Resolved
-