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

[fix]Java内存区域

This commit is contained in:
guide 2021-03-12 14:51:08 +08:00
parent de333e2e9b
commit b47309ed33
3 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ Java 虚拟机在执行 Java 程序的过程中会把它管理的内存划分成
**JDK 1.8 **
![](./pictures/java内存区域/2019-3Java运行时数据区域JDK1.8.png)
![](./pictures/java内存区域/Java运行时数据区域JDK1.8.png)
**线程私有的:**

Binary file not shown.

Before

Width:  |  Height:  |  Size: 108 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 123 KiB