From faacbd96a3dc1116f3af590439585844ff8048a1 Mon Sep 17 00:00:00 2001 From: Jiangli Zhou Date: Wed, 9 Apr 2025 17:47:47 +0000 Subject: [PATCH] 8353938: hotspot/jtreg/serviceability/dcmd/jvmti/LoadAgentDcmdTest.java fails on static JDK Reviewed-by: alanb --- .../jtreg/serviceability/dcmd/jvmti/LoadAgentDcmdTest.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/hotspot/jtreg/serviceability/dcmd/jvmti/LoadAgentDcmdTest.java b/test/hotspot/jtreg/serviceability/dcmd/jvmti/LoadAgentDcmdTest.java index 725bf086b3b..39068a47e95 100644 --- a/test/hotspot/jtreg/serviceability/dcmd/jvmti/LoadAgentDcmdTest.java +++ b/test/hotspot/jtreg/serviceability/dcmd/jvmti/LoadAgentDcmdTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2023, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2016, 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 @@ -40,6 +40,7 @@ import org.testng.annotations.Test; * * @test * @bug 8147388 + * @requires !jdk.static * @library /test/lib * @modules java.base/jdk.internal.misc * java.compiler