8326461: tools/jlink/CheckExecutable.java fails as .debuginfo files are not executable
Reviewed-by: shade, alanb
This commit is contained in:
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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user