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

Sean Coffey coffeys at openjdk.org
Fri Jun 16 11:14:39 UTC 2023


On Wed, 14 Jun 2023 14:06:33 GMT, Sean Mullan <mullan at openjdk.org> wrote:

>> src/java.base/share/classes/sun/launcher/LauncherHelper.java line 424:
>> 
>>> 422:                if (!services.isEmpty()) {
>>> 423:                    services.stream()
>>> 424:                            .sorted(Comparator.comparing(Provider.Service::getType))
>> 
>> How about sorting by algorithm within the same type?
>> 
>> Another suggestion: adding aliases to output, for example: `Signature: Ed25519 (1.3.101.112, OID.1.3.101.112)`.
>
> +1 to sorting by algorithm name within same type.

good point. done.

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

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


More information about the core-libs-dev mailing list