On Mon, 20 Oct 2025 10:06:06 GMT, Alan Bateman <[email protected]> wrote:
>> Please review my PR. This PR includes the following: >> >> - [x] Fix copyright. >> - [x] Fix of the `jlink --suggest-providers java.security.Provider` output. > > src/jdk.jlink/share/man/jlink.md line 283: > >> 281: jdk.crypto.cryptoki provides java.security.Provider used by java.base >> 282: jdk.crypto.ec provides java.security.Provider used by java.base >> 283: jdk.crypto.mscapi provides java.security.Provider used by java.base > > "jdk.crypto.mscapi provides java.security.Provider used by java.base" will be > printed when targeting Windows. So it might be listed, might not. I think > okay to remove it. @AlanBateman Indeed, on Windows the output contains `jdk.crypto.mscapi provides java.security.Provider used by java.base`. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/27893#discussion_r2444609798
