8353938: hotspot/jtreg/serviceability/dcmd/jvmti/LoadAgentDcmdTest.java fails on static JDK

Reviewed-by: alanb
This commit is contained in:
Jiangli Zhou 2025-04-09 17:47:47 +00:00
parent 6352ee1a6e
commit faacbd96a3

View File

@ -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