-XX:+HeapDumpOnOutOfMemoryError only generates 1 snapshot?
I'm testing with -XX:+HeapDumpOnOutOfMemoryError, it seems like it would only dump the heap once on the first OutOfMemoryError and would not dump it again.
Is there an option to force it to dump again? I was hoping to use a piece of code to artificially trigger an OutOfMemoryError to get heap dumps whenever I want with JDK1.5.0_07.

