java - Does classloaders and class objects start in Young generation? -


here documentation using reference. know class information stored in perm gen space. perm gen space populated objects survive eden , tenured generations. correct conclude class objects start eden generation?

please assume hotspot jvm discussion. not sure if answer depends on version. if does, love know well.

the term permanent generation misleading. no object ever promoted out of or permanent generation. permanent generation treated different young , tenured generations objects can promote former latter. object starting in eden therefore never allocated permanent generation.

thus, answer no. however, note java 8 on, permanent generation resolved , data stored in so-called meta space.


Comments

Popular posts from this blog

javascript - How to synchronize the Three.js and HTML/SVG coordinate systems (especially w.r.t. the y-axis)? -

javascript - How do I find how many occurences are there of a highlighted string, and which occurence is it? -

java - Reading data from multiple zip files and combining them to one -