perfMemory_windows.cpp contains a potential resource leak in function "static void cleanup_sharedmem_resources(const char *dirname)".
In some case it is possible that a directory was opened and the DIR* to it would not be closed upon return.
            
In some case it is possible that a directory was opened and the DIR* to it would not be closed upon return.
- duplicates
- 
                    JDK-8150379 [windows] Fix Leaks in perfMemory_windows.cpp -           
- Resolved
 
-