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
f6e78fbf94
commit
b2dcf91ebd
@ -13,6 +13,9 @@
|
||||
|
||||
### 勘误列表:
|
||||
|
||||
- **Page 70**:在虚拟机栈(栈帧中的本地变量表)中引用的对象,譬如【各个线程被调用的方法堆栈中使用到的参数、局部变量、临时变量等】
|
||||
<br>有同学反应太过拗口,修改为:在虚拟机栈(栈帧中的本地变量表)中的引用的对象,譬如【当前正在运行的方法所使用到的参数、局部变量、临时变量等】
|
||||
|
||||
- **Page 385**:代码清单10-18 第13行需修改方法名称,以符合输出结果:
|
||||
<br>`protected void BADLY_NAMED_CODE()` { 修改为 `protected void Test() {`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user