Oli*_*POP 30 java garbage-collection java-8
据我所知,从JDK 8开始,PermGen将成为java历史上的一个页面.一切都很美好......但新的内存布局会是什么样子?这会影响新平台上的GC吗?
par*_*085 23
This is when permGen is there

After Metaspace is introduced

Definitely, there is lot of improvement in GC in Java 8. You can check this stackoverflow post
In Metaspace, multiple mapped virtual memory spaces are allocated for metadata and allocation ( in chunks) is per class loader depending on the type of classloader and its liveness . Chunks are returned to free chunks list and also virtual memory spaces returned when emptied.
Advantage of GC would be