In practice, of course, this is unlikely to happen, but: Is there any reason for calling this method not to interrupt the JVM?
Is it possible, for example, that OutOfMemoryErroris called immediately after (or while) a call, System.exit(0)or what happens when this method is called StackOverflowError, because the stack is simply full at this moment?
source
share