The number of active mappings of a crashed JVM is interesting in case of an OOM, but counting mappings is cumbersome, especially when dealing with very large processes. /proc/pid/maps can have millions of lines.
Let's print out the number of active mappings when hs-err printing.
Let's print out the number of active mappings when hs-err printing.