8386331: Skip runtime/StackGuardPages/TestStackGuardPagesNative with static JDK

Reviewed-by: syan, xpeng, dholmes, jsjolen
This commit is contained in:
Aleksey Shipilev 2026-06-11 06:43:16 +00:00
parent 6def7d5555
commit 19baa1ab5f

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2023, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2023, 2026, 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
@ -27,6 +27,7 @@
* @modules java.base/jdk.internal.misc
* @library /test/lib
* @requires os.family == "linux"
* @requires !jdk.static
* @compile DoOverflow.java
* @run main/native TestStackGuardPagesNative
*/