提交 43d66b69 编写于 作者: K kaddepalli

8207336: Build failure in JDK8u on Windows after fix 8207260

Reviewed-by: prr
上级 86087f9c
......@@ -731,9 +731,10 @@ final class Win32ShellFolder2 extends ShellFolder {
? new File[0]
: list.toArray(new ShellFolder[list.size()]);
}
return Win32ShellFolderManager2.checkFiles(files);
}, InterruptedException.class);
return Win32ShellFolderManager2.checkFiles(files);
} catch (InterruptedException e) {
return new File[0];
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册