8285921: serviceability/dcmd/jvmti/AttachFailed/AttachReturnError.java fails on Alpine

Reviewed-by: stuefe, dholmes
This commit is contained in:
Matthias Baesken 2022-05-03 11:21:57 +00:00
parent 6fcd322258
commit 0f62cb6fcc

@ -1,5 +1,5 @@
/*
* Copyright (c) 2017, 2020, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2017, 2022, 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
@ -26,6 +26,8 @@ import jdk.test.lib.process.OutputAnalyzer;
/*
* @test
* @bug 8165736 8252657
* @comment muslc dlclose is a no-op, see 8285921
* @requires !vm.musl
* @library /test/lib
* @run testng AttachReturnError
*/