### Description of problem: We got leak File Descriptors using openjdk 1.8.0. A same issue was reported in JDK bug database and already fixed: And this fix is not included in latest openjdk8 Fixed bug: Leak File Descriptors Because of ResolverLocalFilesystem#engineResolveURI() https://bugs.openjdk.org/browse/JDK-8256192 8255559: Leak File Descriptors Because of ResolverLocalFilesystem#engineResolveURI() https://github.com/openjdk/jdk/commit/6e8b8628 It looks OpenJDK 1.8.0(latest) does not contain the above fix. Please a backport the fix. ### Version-Release number of selected component (if applicable): - java-1.8.0-openjdk-1.8.0.342.b07-2.el8_6 ### How reproducible: Anytime ### Steps to Reproduce: N/A ### Actual results: N/A ### Expected results: We expect processed normally using openjdk 1.8.0.
Upstream PR: https://github.com/openjdk/jdk8u-dev/pull/165