-
Bug
-
Resolution: Fixed
-
P4
-
None
-
b12
The following jmap -dump should work with following command:
jmap -dump:file=dump.out,aaa 29890
which "aaa" is an undefined option.
The expected behavior should be printing error message that "aaa" is not an valid option.
jmap -dump:file=dump.out,aaa 29890
which "aaa" is an undefined option.
The expected behavior should be printing error message that "aaa" is not an valid option.
- relates to
-
JDK-8251835 JDK-8251374 breaks jmap -dump:all
-
- Resolved
-