The IBM JVM has a special call: `com.ibm.jvm.Dump.SystemDump()` that generates a dump (similar to a Linux core dump) that can be analyzed later (e.g., check values of fields, heap. Probably not direct memory). It can even garbage collect the heap before dumping !! Unfortunately the standard JVMs offer no such call yet, hence not applicable for Drill now.
[ Full content available at: https://github.com/apache/drill/pull/1455 ] This message was relayed via gitbox.apache.org for [email protected]
