Skip to content

Commit

Permalink
8326461: tools/jlink/CheckExecutable.java fail after JDK-8325342
Browse files Browse the repository at this point in the history
Signed-off-by: sendaoYan <yansendao.ysd@alibaba-inc.com>
  • Loading branch information
sendaoYan committed Feb 22, 2024
1 parent 8e5f6dd commit b8fd281
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 b8fd281

Please sign in to comment.