I have tried to take a heap dump using jcmd (from a git bash console window):
$ /c/Program\ Files/Java/jdk1.8.0_202/bin/jcmd 25156 GC.heap_dump filename=livetest-grindtohalt.hprof
25156:
Heap dump file created
However, the file does not seem to exist:
$ find -name livetest-grindtohalt.hprof
$
Where can I find it?