RFR: 8348324: The failure handler cannot be build by JDK 24 due to restricted warning
Julian Waters
jwaters at openjdk.org
Thu Jan 23 05:26:46 UTC 2025
On Wed, 22 Jan 2025 21:59:40 GMT, Magnus Ihse Bursie <ihse at openjdk.org> wrote:
> GatherProcessInfoTimeoutHandler calls System.loadLibrary, which will trigger a `restricted` warning when building with JDK 24 or newer, and failing the build.
>
> This should be fixed by adding a @SuppressWarnings("restricted").
Marked as reviewed by jwaters (Committer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/23244#pullrequestreview-2568889138
More information about the core-libs-dev
mailing list