8351891: Disable TestBreakSignalThreadDump.java#with_jsig and XCheckJSig.java on static JDK

Reviewed-by: manc, dholmes
This commit is contained in:
Jiangli Zhou 2025-03-17 16:36:20 +00:00
parent 4c6a523e89
commit 2674a31bb8
2 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2022, 2023, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2022, 2025, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2022, Google and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
@ -36,6 +36,8 @@
* @bug 8292695
* @summary Check that Ctrl-\ causes HotSpot VM to print a full thread dump when signal chaining is used.
* @requires os.family != "windows" & os.family != "aix"
* @comment TODO: Decide libjsig support on static JDK with 8351367
* @requires !jdk.static
* @library /vmTestbase
* /test/lib
* @run driver TestBreakSignalThreadDump load_libjsig

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2013, 2023, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2013, 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
@ -29,6 +29,8 @@
* @modules java.base/jdk.internal.misc
* java.management
* @requires os.family == "linux" | os.family == "mac"
* @comment TODO: Decide libjsig support on static JDK with 8351367
* @requires !jdk.static
* @run driver XCheckJSig
*/