On Mon, 6 Jul 2026 02:49:01 GMT, David Holmes <[email protected]> wrote:
>> Kieran Farrell has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> remove validation
>
> src/java.base/share/classes/sun/launcher/LauncherHelper.java line 219:
>
>> 217: }
>> 218:
>> 219: if (optionFlag.equals("-XshowSetings:")) {
>
> This line has a pre-existing typo `Setings`.
That's a good catch. It seems to have been an oversight in
https://bugs.openjdk.org/browse/JDK-8311653. I think we should address it
separately instead of doing it in this bigger feature. Kieran @kieran-farrell ,
can you file a separate JBS issue just to address this part?
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/31742#discussion_r3534160311