1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-20 22:17:09 +08:00

笔误修复

This commit is contained in:
liwenguang 2019-12-06 10:31:43 +08:00
parent 8ac13d2c78
commit d57bf19b01

View File

@ -138,7 +138,7 @@ Java 堆是垃圾收集器管理的主要区域,因此也被称作**GC 堆G
在 JDK 7 版本及JDK 7 版本之前,堆内存被通常被分为下面三部分:
1. 新生代内存(Young Ceneration)
1. 新生代内存(Young Generation)
2. 老生代(Old Generation)
3. 永生代(Permanent Generation)