Reputation: 41
I came to know some other post that JNLP now supports XX:+HeapDumpOnOutOfMemory from Java 7: Java webstart heap dump I am trying to set the same in java-vm-args but it is not being displayed in the system deployment properties (by clicking s in Java console) and also if my application goes out of memory (OOM) I am not getting any heap dump generated at Java's working directory. Any help in this regard is appreciated....
Upvotes: 2
Views: 721
Reputation: 41
It seems like that -XX:+HeapDumpOnOutOfMemory
VM argument is not supported in JNLP on Java 6, 7 and 8.
See JNLP File Syntax, section The following java-vm-args are supported by this version
Upvotes: 1