Hello, I am using the JDK's make build system to run JDK's tests on cygwin; however, the tests often lock the directories of failing runs, blocking Intellij Idea IDE and subsequent runs, and I cannot figure out what processes are doing so. What processes should I shut down in Windows's task manager besides bash.exe so I can proceed with reruns as quickly as possible after fixing problems?
Chen Liang