Is Method area still present in Java 8?
问题 Prior to Java 8 we had 5 major runtime data areas: Method Area Heap JVM Stacks PC registers Native method stacks With Java 8, there is no Perm Gen, that means there is no more “java.lang.OutOfMemoryError: PermGen” which is great but I also read Method Area is part of space in the Perm Gen but I can't seem to find anything which explicitly says Method area is no more in Java 8. So is Perm Gen along with Method area got removed or only Perm Gen got removed and Method area is still present in