RFR: 8281658: Add a security category to the java -XshowSettings option [v3]
Alan Bateman
alanb at openjdk.org
Thu Jun 15 06:31:59 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 183:
> 181: case "locale":
> 182: printLocale();
> 183: break;
printLocale might need the same treatment to avoid printing the list of all locales by default.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/14394#discussion_r1230497367
More information about the core-libs-dev
mailing list