RFR: 8307536: FileAlreadyExistsException from NativeLibLoader when running concurrent applications with empty cache
Kevin Rushforth
kcr at openjdk.org
Thu Aug 3 11:51:40 UTC 2023
On Tue, 1 Aug 2023 11:25:49 GMT, Jose Pereda <jpereda at openjdk.org> wrote:
>> Probably something to evaluate, but in a separate ticket
>
> I agree, this should probably be considered as well, as part of a separate ticket.
>
> Note that, when the file already exists in the cache, the initial InputStream object is used by the DigestInputStream, and it is manually closed and reread again, so special care should be taken here.
Unless we suspect a problem, I don't see a need to do anything differently.
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1188#discussion_r1283083999
More information about the openjfx-dev
mailing list