mirror of
https://github.com/fenixsoft/jvm_book.git
synced 2025-03-14 11:20:44 +08:00
Update README.md
This commit is contained in:
parent
8b856c45b4
commit
37dd6a9fd8
@ -31,6 +31,9 @@
|
||||
- **Page 274**:接着由虚拟机生成一个代表该数组维度和元素的【数组对象】。
|
||||
<br>更正:接着由虚拟机生成一个代表该数组维度和元素的【数组类型】。
|
||||
|
||||
- **Page 317**:本例中为一项【CONSTANT_InterfaceMethodref_info】常量
|
||||
<br>更正:本例中为一项【CONSTANT_Methodref_info】常量
|
||||
|
||||
- **Page 385**:代码清单10-18 第13行需修改方法名称,以符合输出结果:
|
||||
<br>`protected void BADLY_NAMED_CODE()` { 修改为 `protected void Test() {`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user