From 1e37928f4250f94fee88e21e33b8ba47bc38b70b Mon Sep 17 00:00:00 2001 From: IcyFenix <icyfenix@gmail.com> Date: Mon, 15 Jun 2020 15:41:31 +0800 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a481e0f..e17aa61 100644 --- a/README.md +++ b/README.md @@ -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则【还完全】处于研发状态的半成品。