Re: RFR: 8252883: AccessDeniedException caused by delayed file deletion on Windows [v2]

2021-02-16 Thread Evan Whelan
On Tue, 16 Feb 2021 11:48:05 GMT, Daniel Fuchs wrote: >> Evan Whelan has updated the pull request incrementally with one additional >> commit since the last revision: >> >> 8252883: Doc cleanup, code formatting and throwing exceptions instead of >> catching > >

Re: RFR: 8252883: AccessDeniedException caused by delayed file deletion on Windows [v2]

2021-02-16 Thread Evan Whelan
On Tue, 16 Feb 2021 11:33:08 GMT, Daniel Fuchs wrote: >> Evan Whelan has updated the pull request incrementally with one additional >> commit since the last revision: >> >> 8252883: Doc cleanup, code formatting and throwing exceptions instead of >> catching > >

Re: RFR: 8252883: AccessDeniedException caused by delayed file deletion on Windows [v2]

2021-02-16 Thread Daniel Fuchs
On Tue, 16 Feb 2021 11:37:05 GMT, Evan Whelan wrote: >> Hi, >> >> Please review this fix for JDK-8252883. This handles the case when an >> AccessDeniedException is being thrown on Windows, due to a delay in deleting >> the lock file it is trying to write to. >> >> This fix passes all

Re: RFR: 8252883: AccessDeniedException caused by delayed file deletion on Windows [v2]

2021-02-16 Thread Evan Whelan
On Tue, 16 Feb 2021 11:33:08 GMT, Evan Whelan wrote: >> Hi, >> >> Please review this fix for JDK-8252883. This handles the case when an >> AccessDeniedException is being thrown on Windows, due to a delay in deleting >> the lock file it is trying to write to. >> >> This fix passes all

Re: RFR: 8252883: AccessDeniedException caused by delayed file deletion on Windows [v2]

2021-02-16 Thread Evan Whelan
> Hi, > > Please review this fix for JDK-8252883. This handles the case when an > AccessDeniedException is being thrown on Windows, due to a delay in deleting > the lock file it is trying to write to. > > This fix passes all testing. > > Kind regards, > Evan Evan Whelan has updated the pull

Re: RFR: 8252883: AccessDeniedException caused by delayed file deletion on Windows [v2]

2021-02-16 Thread Evan Whelan
On Mon, 15 Feb 2021 12:55:46 GMT, Daniel Fuchs wrote: >> Evan Whelan has updated the pull request incrementally with one additional >> commit since the last revision: >> >> 8252883: Doc cleanup, code formatting and throwing exceptions instead of >> catching > >