On Wed, 14 Jun 2023 11:39:14 GMT, Sean Coffey <[email protected]> wrote:
>> New functionality in the -XshowSettings menu to display relevant information
>> about JDK security configuration
>
> Sean Coffey has updated the pull request incrementally with one additional
> commit since the last revision:
>
> Incorporate review comments from Roger and tweak some code
src/java.base/share/classes/sun/launcher/LauncherHelper.java line 378:
> 376: ostream.println(TWOINDENT + key + "=");
> 377: List.of(val.split(",")).forEach(
> 378: s -> ostream.println(THREEINDENT + s.trim() +
> ","));
Will this print a comma for the last line?
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/14394#discussion_r1229466419