RFR: 8290359: Ensure that all directory streams are closed in jdk.link [v2]
Chris Hegarty
chegar at openjdk.org
Tue Jul 19 07:12:07 UTC 2022
On Mon, 18 Jul 2022 18:22:02 GMT, Ryan Ernst <duke at openjdk.org> wrote:
>> This commit adds try-with-resources for uses of Stream<Path> from Files
>> methods that walk directories.
>
> Ryan Ernst has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains three additional commits since the last revision:
>
> - Merge branch 'master' into try_files/jdk.link
> - fix alignment
> - 8290359: Ensure that all directory streams are closed in jdk.link
>
> This commit adds try-with-resources for uses of Stream<Path> from Files
> methods that walk directories.
LGTM
-------------
Marked as reviewed by chegar (Reviewer).
PR: https://git.openjdk.org/jdk/pull/9520
More information about the core-libs-dev
mailing list