On Mon, 8 Feb 2021 21:59:53 GMT, Michael McMahon <[email protected]> wrote:
>> src/java.base/windows/classes/sun/nio/fs/WindowsPath.java line 862:
>>
>>> 860: * and a handle to the socket file if it is.
>>> 861: */
>>> 862: private long openSocketForReadAttributeAccess() {
>>
>> The methods here throw WindowsException when they fail and might be better
>> to keep it consistent and throw WindowsException rather than returning
>> INVALID_HANDLE_VALUE.
>
> Okay
Actually, there's a mistake in the current latest version (04). Should have
tested it before pushing. Will push update shortly.
-------------
PR: https://git.openjdk.java.net/jdk/pull/2424