RFR: 8281658: Add a security category to the java -XshowSettings option [v4]
Sean Coffey
coffeys at openjdk.org
Mon Jun 19 16:15:13 UTC 2023
On Fri, 16 Jun 2023 11:23:48 GMT, Alan Bateman <alanb at openjdk.org> wrote:
>> Sean Coffey has updated the pull request incrementally with two additional commits since the last revision:
>>
>> - Refactor out security code to helper class
>> - Print aliases. Order Provider type/service output.
>
> src/java.base/share/classes/sun/launcher/LauncherHelper.java line 276:
>
>> 274: first = false;
>> 275: } else { // following lines prefix with indents
>> 276: ostream.println(TWOINDENT + s);
>
> I assume these changes are be reverted now.
@AlanBateman - I was planning to keep this trivial change. Does it not read better ?
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/14394#discussion_r1234248828
More information about the core-libs-dev
mailing list