Update README.md

This commit is contained in:
IcyFenix 2020-06-29 22:08:09 +08:00 committed by GitHub
parent b99657e283
commit c03e5ad1e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,9 @@
- **Page 128**JDK 9之前虚拟机运行在Server模式下的默认值打开此开关后使用【Parallel Scavenge + Serial OldPS MarkSweep的】收集器组合进行内存回收
<br>更正3 JDK 9之前虚拟机运行在Server模式下的默认值打开此开关后使用【Parallel】收集器组合进行内存回收
- **Page 265**上述代码运行之后只会输出“SuperClass init!”
<br>更正上述代码运行之后【除value的值外】只会输出“SuperClass init!”
#### 以下勘误内容已在第4次重印版2020-6-10日修正
------
- **Page 25**:即不能动态加载其他【编译器】不可知的代码和类库