Skip to content

Commit 2d77865

Browse files
committed
更新
1 parent fec8efb commit 2d77865

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

MD/newObject.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
# 创建对象
1+
# 对象的创建与内存分配
2+
3+
4+
## 创建对象
25

36
`JVM` 收到一个 `new` 指令时,会检查指令中的参数在常量池是否有这个符号的引用,还会检查该类是否已经被[加载](https://github.com/crossoverJie/Java-Interview/blob/master/MD/ClassLoad.md)过了,如果没有的话则要进行一次类加载。
47

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
- [类加载机制](https://github.com/crossoverJie/Java-Interview/blob/master/MD/ClassLoad.md)
2020
- [OOM 分析](https://github.com/crossoverJie/Java-Interview/blob/master/MD/OOM-analysis.md)
2121
- [垃圾回收](https://github.com/crossoverJie/Java-Interview/blob/master/MD/GarbageCollection.md)
22-
- 创建对象过程分析
22+
- 对象的创建与内存分配
2323

2424
### 常用框架
2525

0 commit comments

Comments
 (0)