Skip to content

Commit d3bb1ff

Browse files
committed
Update Java内存区域图片
Java内存区域图片我重新画了一遍!
1 parent ff4e445 commit d3bb1ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Java相关/可能是把Java内存区域讲的最清楚的一篇文章.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121

2222
## 2 运行时数据区域
2323
Java 虚拟机在执行 Java 程序的过程中会把它管理的内存划分成若干个不同的数据区域。
24-
![运行时数据区域](https://user-gold-cdn.xitu.io/2018/4/27/16306a34cd8a4354?w=513&h=404&f=png&s=132068)
24+
![](https://my-blog-to-use.oss-cn-beijing.aliyuncs.com/2019-3/JVM运行时数据区域.png)
25+
2526
这些组成部分一些是线程私有的,其他的则是线程共享的。
2627

2728
**线程私有的:**

0 commit comments

Comments
 (0)