Details
Description
there are several occurrences where an resource is opened but not properly closed, for example sun.hotspot.tools.ctw.ClassPathJarEntry::process opens JarFile, but does not close it.
all such occurrences should be fixed by either using try-w/-resources or explicit close in finally block.
all such occurrences should be fixed by either using try-w/-resources or explicit close in finally block.