On Wed, 14 Jun 2023 11:39:14 GMT, Sean Coffey <coff...@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 357:

> 355:     private static void printSecuritySummarySettings() {
> 356:         ostream.println("Security settings summary: " + "\n" +
> 357:                 INDENT + "Use \"-XshowSettings:security\" for verbose 
> details\n");

Is it helpful to list sub-options here?

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/14394#discussion_r1229560168

Reply via email to