Skip to content

Commit 8d492ea

Browse files
committed
Update 常量池
1 parent 657e749 commit 8d492ea

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Java 虚拟机在执行 Java 程序的过程中会把它管理的内存划分成
4242

4343
-
4444
- 方法区
45-
- 直接内存
45+
- 直接内存(非运行时数据区的一部分)
4646

4747

4848
### 2.1 程序计数器
@@ -125,8 +125,6 @@ JDK 1.8 的时候,方法区被彻底移除了(JDK1.7就已经开始了),
125125
![](http://my-blog-to-use.oss-cn-beijing.aliyuncs.com/18-9-14/26038433.jpg)
126126
——图片来源:https://blog.csdn.net/wangbiao007/article/details/78545189
127127

128-
推荐阅读:《Java 中几种常量池的区分》: [https://blog.csdn.net/qq_26222859/article/details/73135660](https://blog.csdn.net/qq_26222859/article/details/73135660)
129-
130128

131129
### 2.7 直接内存
132130

0 commit comments

Comments
 (0)