[jdk8u-dev] Integrated: 8255559: Leak File Descriptors Because of ResolverLocalFilesystem#engineResolveURI()

Andrew John Hughes andrew at openjdk.org
Fri Nov 25 16:36:59 UTC 2022


On Wed, 9 Nov 2022 15:52:35 GMT, Andrew John Hughes <andrew at openjdk.org> wrote:

> Clean backport from 11u which fixes a resource leak.
> 
> Although the indentation changes in the diff make it a little unclear, the only change is to wrap the block in a `try-finally` clause (more visible with `git diff -b`)

This pull request has now been integrated.

Changeset: 41159a51
Author:    Andrew John Hughes <andrew at openjdk.org>
URL:       https://git.openjdk.org/jdk8u-dev/commit/41159a51b418405e634aa08deed07d47611af37f
Stats:     44 lines in 1 file changed: 17 ins; 11 del; 16 mod

8255559: Leak File Descriptors Because of ResolverLocalFilesystem#engineResolveURI()

Backport-of: d53072236c503295b893efa6372c869ac84fa688

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

PR: https://git.openjdk.org/jdk8u-dev/pull/165


More information about the jdk8u-dev mailing list