RFR: 8233674: JarURLConnection.getJarFile throws Exception if some process is holding the file

Masanori Yano myano at openjdk.java.net
Fri Sep 10 09:33:33 UTC 2021


Could you please review the 8233674 bug fixes?
This problem is caused by the antivirus software opening the file for a short time, so CreateFile() should be retried.

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

Commit messages:
 - 8233674: JarURLConnection.getJarFile throws Exception if some process is holding the file

Changes: https://git.openjdk.java.net/jdk/pull/5460/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=5460&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8233674
  Stats: 299 lines in 3 files changed: 261 ins; 12 del; 26 mod
  Patch: https://git.openjdk.java.net/jdk/pull/5460.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/5460/head:pull/5460

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


More information about the core-libs-dev mailing list