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

2021-02-23 Thread Vyom Mani Tewari
On Tue, 23 Feb 2021 12:15: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 testing.

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

2021-02-23 Thread Evan Whelan
On Tue, 23 Feb 2021 14:00:16 GMT, Evan Whelan wrote: >> Marked as reviewed by dfuchs (Reviewer). > > Thanks for the feedback Daniel! As I've already posted the integrate command, > I believe all this needs now is a sponsor :) Oops, never mind I've to re-issue the command - PR: htt

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

2021-02-23 Thread Evan Whelan
On Tue, 23 Feb 2021 13:08:29 GMT, Daniel Fuchs wrote: >> Evan Whelan has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Fixed copyright year in FileHandlerAccessTest.java > > Marked as reviewed by dfuchs (Reviewer). Thanks for the feedback

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

2021-02-23 Thread Daniel Fuchs
On Tue, 23 Feb 2021 12:15: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 testing.

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

2021-02-23 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 r