Update README.md

This commit is contained in:
IcyFenix 2020-09-11 10:47:11 +08:00 committed by GitHub
parent 237d879035
commit 2e8cf03cff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,9 @@
### 勘误列表:
- **Page 385**代码清单10-18 第13行需修改方法名称以输出结果
<br>`protected void BADLY_NAMED_CODE()` { 修改为 `protected void Test() {`
#### 以下勘误内容已在第5次重印版2020-9-11日修正
------
- **Page 51**以下代码清单2-2为HotSpot虚拟机代表Mark Word中的代码【markOop.cpp】注释片段