8369683: Exclude runtime/Monitor/MonitorWithDeadObjectTest.java#DumpThreadsBeforeDetach on Alpine Linux debug

Reviewed-by: mbaesken, dholmes
This commit is contained in:
Christoph Langer 2025-10-16 07:54:23 +00:00
parent ff6a0170f0
commit 17c13e53af

View File

@ -39,7 +39,8 @@
/*
* @test id=DumpThreadsBeforeDetach
* @requires os.family != "windows" & os.family != "aix"
* @comment Temporarily exclude on Musl-C debug until JDK-8366133 is fixed.
* @requires os.family != "windows" & os.family != "aix" & (!vm.musl | !vm.debug)
* @run main/othervm/native MonitorWithDeadObjectTest 1
*/