JDK 7 still has PermGen but the interned strings are moved to JAVA heap.
JDK 8 :
Permgen has been removed completely.
Only the class metadata is being stored in Metaspace m along with JVM internal code, rest of the data is in Heap.
JDK 8 :
Permgen has been removed completely.
Only the class metadata is being stored in Metaspace m along with JVM internal code, rest of the data is in Heap.
No comments:
Post a Comment