java -XshowSettings accepts a few suboptions but the current implementation accepts an invalid suboption and prints all settings.
java -XshowSettings and -XshowSettings:all are the documented way to show all settings. I think the intended behavior is to fail when an invalid suboption is specified.
java -XshowSettings and -XshowSettings:all are the documented way to show all settings. I think the intended behavior is to fail when an invalid suboption is specified.
- duplicates
-
JDK-8311653 Modify -XshowSettings launcher behavior
-
- Resolved
-