Skip to content

Commit

Permalink
8326461: tools/jlink/CheckExecutable.java fails as .debuginfo files a…
Browse files Browse the repository at this point in the history
…re not executable

Reviewed-by: shade, alanb
  • Loading branch information
SendaoYan authored and Alan Bateman committed Feb 22, 2024
1 parent 10eafdc commit cc1e216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/jdk/tools/jlink/CheckExecutable.java
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit cc1e216

Please sign in to comment.