We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10eafdc commit cc1e216Copy full SHA for cc1e216
test/jdk/tools/jlink/CheckExecutable.java
@@ -40,7 +40,7 @@
40
public class CheckExecutable {
41
42
// The bin directory may contain non-executable files (see 8132704)
43
- private static final String IGNORE = "glob:{*.diz,jmc.ini}";
+ private static final String IGNORE = "glob:{*.diz,jmc.ini,*.debuginfo}";
44
45
public static void main(String args[]) throws IOException {
46
String JAVA_HOME = System.getProperty("java.home");
0 commit comments