Java的内存Heap分为:
Young Generation(Eden, S0, S1) | Old Generation | Permanent(class/method
meta data)
—|—|—
-ms | -mn
-mx |
Minor GC | Major GC |
http://www.oracle.com/webfolder/technetwork/tutorials/obe/java/gc01/index.html(其中的一下图片有错误)
http://www.pointsoftware.ch/de/under-the-hood-runtime-data-areas-javas-
memory-model/