java - HeapDumpOnOutOfMemoryError not creating hprof -


my program throws following exception:

java.lang.outofmemoryerror: unable create new native thread 

but when added -xx:+heapdumponoutofmemoryerror jvm parameters, seems jvm didn't dump heap, cause never find .hprof file. why?

see section marked "evaluation" @ bottom of bug report.

http://bugs.sun.com/view_bug.do?bug_id=6784422

the -xx:+heapdumponoutofmemoryerror not trigger dump when cannot create new native thread.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -