From b8fd2815b99c74cdd20d380409e190b3486a1805 Mon Sep 17 00:00:00 2001 From: sendaoYan Date: Thu, 22 Feb 2024 15:13:03 +0800 Subject: [PATCH] 8326461: tools/jlink/CheckExecutable.java fail after JDK-8325342 Signed-off-by: sendaoYan --- test/jdk/tools/jlink/CheckExecutable.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/jdk/tools/jlink/CheckExecutable.java b/test/jdk/tools/jlink/CheckExecutable.java index 4c9ee6a6c5101..d8449682b1895 100644 --- a/test/jdk/tools/jlink/CheckExecutable.java +++ b/test/jdk/tools/jlink/CheckExecutable.java @@ -40,7 +40,7 @@ public class CheckExecutable { // The bin directory may contain non-executable files (see 8132704) - private static final String IGNORE = "glob:{*.diz,jmc.ini}"; + private static final String IGNORE = "glob:{*.diz,jmc.ini,*.debuginfo}"; public static void main(String args[]) throws IOException { String JAVA_HOME = System.getProperty("java.home");