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.
OpenJDK / Oracle JDK does not save JVM arguments in a heap dump.