1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-20 22:17:09 +08:00

补充完善

This commit is contained in:
Snailclimb 2018-09-14 08:24:14 +08:00 committed by GitHub
parent 564d7bd6ad
commit 2099ea63ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -103,6 +103,9 @@ HotSpot 虚拟机中方法区也常被称为 **“永久代”**,本质上两
**JDK1.7及之后版本的 JVM 已经将运行时常量池从方法区中移了出来,在 Java 堆Heap中开辟了一块区域存放运行时常量池。**
![](https://img-blog.csdn.net/20170329213804490?watermark/2/text/aHR0cDovL2Jsb2cuY3Nkbi5uZXQvU3VnYXJfUmFpbmJvdw==/font/5a6L5L2T/fontsize/400/fill/I0JBQkFCMA==/dissolve/70/gravity/SouthEast)——图片来源https://blog.csdn.net/wangbiao007/article/details/78545189
推荐阅读: