From 62fc537dced0f76cf2f1b8c4b166bbef8551cabc Mon Sep 17 00:00:00 2001 From: sendaoYan Date: Thu, 18 Jul 2024 15:26:42 +0800 Subject: [PATCH] delete @build LongArgTest --- test/hotspot/jtreg/serviceability/attach/LongArgTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/hotspot/jtreg/serviceability/attach/LongArgTest.java b/test/hotspot/jtreg/serviceability/attach/LongArgTest.java index 4d56c6aec6b69..eeeeb5b2c8635 100644 --- a/test/hotspot/jtreg/serviceability/attach/LongArgTest.java +++ b/test/hotspot/jtreg/serviceability/attach/LongArgTest.java @@ -27,7 +27,7 @@ * @bug 8334168 * @library /test/lib * @modules jdk.attach/sun.tools.attach - * @build jdk.test.lib.Utils jdk.test.lib.apps.LingeredApp LongArgTest + * @build jdk.test.lib.Utils jdk.test.lib.apps.LingeredApp * @run main LongArgTest */