I was reading a book on programming skills wherein the author asks the interviewee, \"How do you crash a JVM?\" I thought that you could do so by writing an infinite for-loo
JNI is a large source of crashes. You can also crash using the JVMTI interface since that needs to be written in C/C++ as well.