From 2e9dda4ac00394a70d8469d9d984228a39c0cfa2 Mon Sep 17 00:00:00 2001 From: Matthias Baesken Date: Mon, 16 May 2022 07:06:57 +0000 Subject: [PATCH] 8285921: serviceability/dcmd/jvmti/AttachFailed/AttachReturnError.java fails on Alpine Backport-of: 0f62cb6fcc75e0b8cc2d623f67273114233a40ef --- .../dcmd/jvmti/AttachFailed/AttachReturnError.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/hotspot/jtreg/serviceability/dcmd/jvmti/AttachFailed/AttachReturnError.java b/test/hotspot/jtreg/serviceability/dcmd/jvmti/AttachFailed/AttachReturnError.java index 8daa2ff9daa..42f3a45086d 100644 --- a/test/hotspot/jtreg/serviceability/dcmd/jvmti/AttachFailed/AttachReturnError.java +++ b/test/hotspot/jtreg/serviceability/dcmd/jvmti/AttachFailed/AttachReturnError.java @@ -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 */