RFR: 8307536: FileAlreadyExistsException from NativeLibLoader when running concurrent applications with empty cache
Johan Vos
jvos at openjdk.org
Thu Aug 17 08:04:37 UTC 2023
On Tue, 15 Aug 2023 17:28:42 GMT, Andy Goryachev <angorya at openjdk.org> wrote:
> This change fixes the problem at hand, though I'd suggest one more follow up ticket (to close the input stream after Files.copy()).
I agree. It's always tempting to add some (un)related changes into a PR, but it also often dangerous to do so, hence I prefer these other changes to be done in other PR's with clear and different commit messages.
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1188#issuecomment-1681822019
More information about the openjfx-dev
mailing list