1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-16 18:10:13 +08:00

Merge pull request #583 from LiWenGu/笔误修复

笔误修复
This commit is contained in:
SnailClimb 2019-12-06 17:49:41 +08:00 committed by GitHub
commit 1e9d0e0f30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)