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 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)`.

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

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

Reply via email to