Skip to content

Commit cc1e216

Browse files
SendaoYanAlan Bateman
authored andcommitted
8326461: tools/jlink/CheckExecutable.java fails as .debuginfo files are not executable
Reviewed-by: shade, alanb
1 parent 10eafdc commit cc1e216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jdk/tools/jlink/CheckExecutable.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
public class CheckExecutable {
4141

4242
// The bin directory may contain non-executable files (see 8132704)
43-
private static final String IGNORE = "glob:{*.diz,jmc.ini}";
43+
private static final String IGNORE = "glob:{*.diz,jmc.ini,*.debuginfo}";
4444

4545
public static void main(String args[]) throws IOException {
4646
String JAVA_HOME = System.getProperty("java.home");

0 commit comments

Comments
 (0)