Skip to content

Commit

Permalink
8348324: The failure handler cannot be build by JDK 24 due to restric…
Browse files Browse the repository at this point in the history
…ted warning

Reviewed-by: jwaters, jpai
  • Loading branch information
magicus committed Jan 23, 2025
1 parent 66513dd commit e69e5b7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2015, 2021, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2015, 2025, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
Expand Down Expand Up @@ -36,6 +36,7 @@
* A timeout handler for jtreg, which gathers information about the timed out
* process and its children.
*/
@SuppressWarnings("restricted")
public class GatherProcessInfoTimeoutHandler extends TimeoutHandler {
private static final boolean HAS_NATIVE_LIBRARY;
static {
Expand Down

0 comments on commit e69e5b7

Please sign in to comment.