Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

How to get prints of shared object memory maps or heap memory maps for a given process?

a) jmap
b) memorymap
c) memorypath
d) jvmmap

Answer: a
Explanation: We can use jmap as jmap -J-d64 -heap pid.

Join The Discussion