8344298: Test tools/sincechecker/modules/jdk.hotspot.agent/JdkHotspotAgentCheckSince.java fails on platforms without sa

Reviewed-by: lucy
This commit is contained in:
Matthias Baesken 2024-11-18 07:42:58 +00:00
parent 92b26317d4
commit 543e355bd9

View File

@ -25,6 +25,7 @@
* @test
* @bug 8343781
* @summary Test for `@since` in jdk.hotspot.agent module
* @requires vm.hasSA
* @library /test/lib /test/jdk/tools/sincechecker
* @run main SinceChecker jdk.hotspot.agent
*/