jmap -dump is FULL GC be executed?

51 Views Asked by At

I'm trying to create and analyze a heap dump using Java Jmap. I learned how to do and concept through Google.

jmap -dump:format=b,file=heapdump.hprof[pid]

If the command at the top is executed, does the FULL GC be executed? If FULL GC is performed, will the application be stopped?

0

There are 0 best solutions below