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

Evan Whelan ewhelan at openjdk.java.net
Wed Feb 17 14:47:03 UTC 2021


> 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 request incrementally with one additional commit since the last revision:

  8252883: Added IllegalArgumentException for incorrect usage

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

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/2572/files
  - new: https://git.openjdk.java.net/jdk/pull/2572/files/26c56c47..b5259dcb

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=2572&range=04
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=2572&range=03-04

  Stats: 6 lines in 1 file changed: 0 ins; 3 del; 3 mod
  Patch: https://git.openjdk.java.net/jdk/pull/2572.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/2572/head:pull/2572

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


More information about the core-libs-dev mailing list