mirror of
https://github.com/fenixsoft/jvm_book.git
synced 2025-03-25 00:31:15 +08:00
Update README.md
This commit is contained in:
parent
36046ee0c5
commit
1e37928f42
@ -5,9 +5,12 @@
|
||||
|
||||
### 勘误列表:
|
||||
|
||||
- **Page 259**:3 monitorenter // 以【栈定】元素(即f)作为锁,开始同步
|
||||
<br>更正:3 monitorenter // 以【栈顶】元素(即f)作为锁,开始同步
|
||||
|
||||
#### 以下勘误内容已在第4次重印版(2020-6-10日)修正
|
||||
------
|
||||
- **Page 25**:即不能动态加载其他【编译器】不可知的代码和类库
|
||||
- **Page 25**:即不能动态加载其他【编译器】不可知的代码和类库
|
||||
<br>更正:即不能动态加载其他【编译期】不可知的代码和类库
|
||||
|
||||
- **Page 30**:JDK 7则【还完全】处于研发状态的半成品。
|
||||
|
Loading…
Reference in New Issue
Block a user