Skip to content

Commit

Permalink
📝 Writing docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
crossoverJie committed Jul 5, 2018
1 parent f8b96f9 commit 9651f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MD/newObject.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
### Eden 区分配
简单的来说对象都是在堆内存中分配的,往细一点看则是优先在 `Eden` 区分配。

这里就涉及到堆内存的划分了,为了方便垃圾回收,JVM 将对内存分为新生代和老年代
这里就涉及到堆内存的划分了,为了方便垃圾回收,JVM 将堆内存分为新生代和老年代

而新生代中又会划分为 `Eden` 区,`from Survivor、to Survivor` 区。

Expand Down

0 comments on commit 9651f9a

Please sign in to comment.