Search code examples
javajvmheap-dump

How to extract jvm parameters from binary heap dump


I am analyzing several heap dumps and am interested in a way that I can get the jvm parameters from the heap dump. Using eclipse memory analyzer I can easy get the System Properties and class path but was wondering if there was a way to get other parameters such as -Xms -Xmx ect.


Solution

  • OpenJDK / Oracle JDK does not save JVM arguments in a heap dump.