mirror of
https://github.com/fenixsoft/jvm_book.git
synced 2025-02-06 01:30:21 +08:00
Update README.md
This commit is contained in:
parent
e974d8bf92
commit
898bd31f1c
@ -8,8 +8,8 @@
|
||||
- **Page 259**:3 monitorenter // 以【栈定】元素(即f)作为锁,开始同步
|
||||
<br>更正:3 monitorenter // 以【栈顶】元素(即f)作为锁,开始同步
|
||||
|
||||
- **Page 128**:JDK 9之前虚拟机运行在Server模式下的默认值,打开此开关后,使用Parallel Scavenge + Serial Old(PS MarkSweep)的收集器组合进行内存回收
|
||||
<br>更正:3 JDK 9之前虚拟机运行在Server模式下的默认值,打开此开关后,使用Parallel收集器组合进行内存回收
|
||||
- **Page 128**:JDK 9之前虚拟机运行在Server模式下的默认值,打开此开关后,使用【Parallel Scavenge + Serial Old(PS MarkSweep)的】收集器组合进行内存回收
|
||||
<br>更正:3 JDK 9之前虚拟机运行在Server模式下的默认值,打开此开关后,使用【Parallel】收集器组合进行内存回收
|
||||
|
||||
#### 以下勘误内容已在第4次重印版(2020-6-10日)修正
|
||||
------
|
||||
|
Loading…
Reference in New Issue
Block a user