Re: "unsafe" instances in sun.nio.fs.WindowsFileSystem

2017-04-19 Thread Brian Burkhalter
[Looping in nio-dev] I can file an issue and look into it. Brian On Apr 18, 2017, at 11:44 PM, Alan Bateman wrote: > On 19/04/2017 05:44, Chan, Sunny wrote: > >> While reading the code for sun.nio.fs.WindowsFileSystemProvider and >> sun.nio.fs.WindowsUserDefinedFileAttributeView, I noticed t

Re: "unsafe" instances in sun.nio.fs.WindowsFileSystem

2017-04-18 Thread Alan Bateman
On 19/04/2017 05:44, Chan, Sunny wrote: While reading the code for sun.nio.fs.WindowsFileSystemProvider and sun.nio.fs.WindowsUserDefinedFileAttributeView, I noticed that there is a private static variable to the Unsafe instance but it doesn't seems to be used anywhere in the code - am I miss

"unsafe" instances in sun.nio.fs.WindowsFileSystem

2017-04-18 Thread Chan, Sunny
While reading the code for sun.nio.fs.WindowsFileSystemProvider and sun.nio.fs.WindowsUserDefinedFileAttributeView, I noticed that there is a private static variable to the Unsafe instance but it doesn't seems to be used anywhere in the code - am I missing something here or should I propose a pa