RFR: 8281658: Add a security category to the java -XshowSettings option [v3]

Weijun Wang weijun at openjdk.org
Wed Jun 14 11:51:00 UTC 2023


On Wed, 14 Jun 2023 11:39:14 GMT, Sean Coffey <coffeys at openjdk.org> 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



More information about the security-dev mailing list