生产环境常见的几种JVM异常

java.lang.StackOverFlowException
java.lang.OutOfMemoryException:Java heap space
java.lang.OutOfMemoryException:GC overhead limit exceeded
java.lang.OutOfMemoryException:Direct buffer memory
java.lang.OutOfMemoryException:unable to create new native thread
java.lang.OutOfMemoryException:Metaspace
原文地址:https://www.cnblogs.com/ice-line/p/11423941.html