Skip to content

Commit

Permalink
Merge pull request #2373 from seven17777777/patch-2
Browse files Browse the repository at this point in the history
Update jvm-garbage-collection.md
  • Loading branch information
Snailclimb authored Apr 22, 2024
2 parents 58326ae + 2a994b4 commit 61e5c72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/java/jvm/jvm-garbage-collection.md
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ JDK1.8 默认使用的是 Parallel Scavenge + Parallel Old,如果指定了-XX:
- **无法处理浮动垃圾;**
- **它使用的回收算法-“标记-清除”算法会导致收集结束时会有大量空间碎片产生。**
**从 JDK9 开始,CMS 收集器已被弃用**
**CMS垃圾回收器在Java 9中已经被标记为过时(deprecated),并在Java 14中被移除**
### G1 收集器
Expand Down

0 comments on commit 61e5c72

Please sign in to comment.