Changjoon Lee
Changjoon Lee

Reputation: 9

jmap -dump is FULL GC be executed?

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?

Upvotes: 1

Views: 149

Answers (0)

Related Questions