开发者

Explain the jvm memory structure?

Can anyone please explain the structure of JVM memory or I should s开发者_JAVA技巧ay runtime data areas in JVM.


Eden, new gen, old gen, perm space - objects are migrated from one to the other depending on how many gc cycles they survive.

You can read about it here.


You can read about the JVM memory structure here.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜