RFR: 8165643: SecureDirectoryStream doesn't work on linux non-x86

Alan Bateman Alan.Bateman at oracle.com
Thu Sep 8 08:06:40 UTC 2016


On 07/09/2016 22:52, Martin Buchholz wrote:

> Hi Alan and Chris,
>
> Here's a bad fix for
> https://bugs.openjdk.java.net/browse/JDK-8165643
> http://cr.openjdk.java.net/~martin/webrevs/openjdk9/SecureDirectoryStream-non-x86/ 
> <http://cr.openjdk.java.net/%7Emartin/webrevs/openjdk9/SecureDirectoryStream-non-x86/>
I wonder if we can remove fstatat64_wrapper completely, the reason this 
code has this is because the support for this function was patchy at the 
time (some of the platform/versions that the JDK was supported on didn't 
have it). If you don't want to go that far then that is okay, I just 
wonder if you could at least avoid have one for i386 and one for 64-bit.

-Alan


More information about the nio-dev mailing list