IBM 
-Xdump:tool:events=throw,filter=java/lang/OutOfMemoryError,exec="kill -9 %pid"

JRockit
-XXexitOnOutOfMemory

SUNVM
UNIX: -XX:OnOutOfMemoryError="kill -9 %p"
Wind: -XX:OnOutOfMemoryError="taskkill /F /PID %p"

Posted by sjokim
,