RFR: 8344086: Remove security manager dependency in FFM

Sean Mullan mullan at openjdk.org
Wed Nov 13 17:41:04 UTC 2024


On Wed, 13 Nov 2024 13:48:14 GMT, Per Minborg <pminborg at openjdk.org> wrote:

> This PR proposes to remove the security manager dependencies in the FFM implementing classes.

I didn't get a chance to review until now, had one small comment.

src/java.base/share/classes/jdk/internal/foreign/abi/fallback/LibFallback.java line 39:

> 37:     static final boolean SUPPORTED = tryLoadLibrary();
> 38: 
> 39:     @SuppressWarnings({"restricted"})

Nit: you no longer need the braces around "restricted".

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

PR Review: https://git.openjdk.org/jdk/pull/22071#pullrequestreview-2433981549
PR Review Comment: https://git.openjdk.org/jdk/pull/22071#discussion_r1840891458


More information about the core-libs-dev mailing list