How can I reproduce EXCEPTION_STACK_OVERFLOW error in Java

Viewed 1380

How can I reproduce EXCEPTION_STACK_OVERFLOW error in Java.

PS: I am not talking of StackOverflowError Error in Java which gracefully shuts the JVM. I am talking of EXCEPTION_STACK_OVERFLOW in error.log which cause JVM to crash.

3 Answers
Related