[jdk17u-dev] RFR: 8337966: (fs) Files.readAttributes fails with Operation not permitted on older docker releases

Severin Gehwolf sgehwolf at openjdk.org
Tue Dec 3 09:42:44 UTC 2024


On Mon, 16 Sep 2024 17:06:28 GMT, Alexey Bakhtin <abakhtin at openjdk.org> wrote:

> Almost clean backport from JDK21
> 
> The only difference is an additional EPERM check in the stat1 method. This method was removed in JDK21 as part of JDK-8283335

`Function not implemented` suggests `ENOSYS`, which can have other causes too.

-------------

PR Comment: https://git.openjdk.org/jdk17u-dev/pull/2883#issuecomment-2514010278


More information about the jdk-updates-dev mailing list