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"). This looks good to me. ------------- Marked as reviewed by jpai (Reviewer). PR Review: https://git.openjdk.org/jdk/pull/23244#pullrequestreview-2569096689