JVM crash fix?

This commit is contained in:
Dmitry Avdeev
2009-10-26 13:44:50 +03:00
parent 9c8f56dc62
commit b8e3f9e1de
@@ -71,6 +71,7 @@ public class Win32Kernel {
public static void release() {
DATA = null;
BY_HANDLE_FILE_INFORMATION.INSTANCE = null;
}
private Map<String, FileInfo> myCache = new HashMap<String, FileInfo>();