On Wed, 22 Jan 2025 21:59:40 GMT, Magnus Ihse Bursie <i...@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