Update README.md

This commit is contained in:
IcyFenix 2020-06-27 18:12:39 +08:00 committed by GitHub
parent 898bd31f1c
commit b99657e283
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,9 @@
- **Page 259**3 monitorenter // 以【栈定】元素即f作为锁开始同步
<br>更正3 monitorenter // 以【栈顶】元素即f作为锁开始同步
- **Page 77**发生垃圾【搜集】时将Eden和Survivor中仍然存活的对象一次性过拷贝到另外一块Survivor空间上
<br>更正发生垃圾【收集】时将Eden和Survivor中仍然存活的对象一次性过拷贝到另外一块Survivor空间上
- **Page 128**JDK 9之前虚拟机运行在Server模式下的默认值打开此开关后使用【Parallel Scavenge + Serial OldPS MarkSweep的】收集器组合进行内存回收
<br>更正3 JDK 9之前虚拟机运行在Server模式下的默认值打开此开关后使用【Parallel】收集器组合进行内存回收