There is a similar stackoverflow question SIGSEGV Java Fatal Error in libjvm.so regarding this problem.
This is a large application (~30GB) running under apache tomcat. Seems to always fail with the same error message, which appears to be inside JVM C++ code:
V [libjvm.so+0x643ee4] InstanceKlass::find_method_index(Array<Method*>*, Symbol*, Symbol*, bool, bool)+0x14
I've included the full java core dump.
https://drive.google.com/open?id=0B0rh8NWt2kRySTlleW9Dckw3a3c
Can anyone point me in the right direction for how to even begin to solve this issue. I have tried to upgrade the JDK to the latest release level (JDK 1.8 release 144), to no avail.