-
Bug
-
Resolution: Fixed
-
P4
-
None
-
b21
-
arm
-
linux
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8292569 | 11.0.17 | Paul Hohensee | P4 | Resolved | Fixed | b04 |
Has this error:
======
java.lang.AssertionError: SecureDirectoryStream not supported.
======
It's ultimately because it can't find the fstatat64 libc function via dlsym. This symbol is not directly exposed by glibc. There's a workaround for x86 and all 64-bit Linux but not for 32-bit Arm.
======
java.lang.AssertionError: SecureDirectoryStream not supported.
======
It's ultimately because it can't find the fstatat64 libc function via dlsym. This symbol is not directly exposed by glibc. There's a workaround for x86 and all 64-bit Linux but not for 32-bit Arm.
- backported by
-
JDK-8292569 (fs) SecureDirectoryStream not supported on arm32
- Resolved