mirror of
https://github.com/Snailclimb/JavaGuide
synced 2025-06-20 22:17:09 +08:00
Update Java内存区域图片
Java内存区域图片我重新画了一遍!
This commit is contained in:
parent
ff4e445583
commit
d3bb1ffedc
@ -21,7 +21,8 @@
|
||||
|
||||
## 2 运行时数据区域
|
||||
Java 虚拟机在执行 Java 程序的过程中会把它管理的内存划分成若干个不同的数据区域。
|
||||

|
||||

|
||||
|
||||
这些组成部分一些是线程私有的,其他的则是线程共享的。
|
||||
|
||||
**线程私有的:**
|
||||
|
Loading…
x
Reference in New Issue
Block a user