Integrated: 8252883: AccessDeniedException caused by delayed file deletion on Windows

Evan Whelan ewhelan at openjdk.java.net
Thu Feb 25 12:08:50 UTC 2021


On Mon, 15 Feb 2021 10:39:32 GMT, Evan Whelan <ewhelan at openjdk.org> 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.
> 
> Kind regards,
> Evan

This pull request has now been integrated.

Changeset: ebdc80ea
Author:    Evan Whelan <ewhelan at openjdk.org>
Committer: Daniel Fuchs <dfuchs at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/ebdc80ea
Stats:     73 lines in 2 files changed: 72 ins; 0 del; 1 mod

8252883: AccessDeniedException caused by delayed file deletion on Windows

Reviewed-by: dfuchs

-------------

PR: https://git.openjdk.java.net/jdk/pull/2572


More information about the core-libs-dev mailing list