In my process I continuously create a new Thread object (subclass of Thread actually) (up to several per second), run it and cleanly end.
I have noticed that when the process has been up for 25 days for instance, the process can die leaving a hprof behind, so that means an OOM. But the heap dump is tiny compared to allocated memory to the heap, so it probably is a PermGen OOM, and I am trying to find out the culprit.
I am not using any special jvm param barring -XX:+HeapDumpOnOutOfMemoryError