8326461: tools/jlink/CheckExecutable.java fails as .debuginfo files are not executable

Reviewed-by: shade, alanb
This commit is contained in:
SendaoYan 2024-02-22 09:59:37 +00:00 committed by Alan Bateman
parent 10eafdc62e
commit cc1e216eb9

@ -40,7 +40,7 @@ import java.util.Set;
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");