From cd42efb87306fdfcd51a7d4cb37c8d4aad2481ba Mon Sep 17 00:00:00 2001 From: IcyFenix Date: Wed, 1 Jul 2020 10:31:42 +0800 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9d80480..39d924a 100644 --- a/README.md +++ b/README.md @@ -5,15 +5,15 @@ ### 勘误列表: -- **Page 259**:3 monitorenter // 以【栈定】元素(即f)作为锁,开始同步 -
更正:3 monitorenter // 以【栈顶】元素(即f)作为锁,开始同步 - - **Page 77**:发生垃圾【搜集】时,将Eden和Survivor中仍然存活的对象一次性过拷贝到另外一块Survivor空间上
更正:发生垃圾【收集】时,将Eden和Survivor中仍然存活的对象一次性过拷贝到另外一块Survivor空间上 - **Page 128**:JDK 9之前虚拟机运行在Server模式下的默认值,打开此开关后,使用【Parallel Scavenge + Serial Old(PS MarkSweep)的】收集器组合进行内存回收
更正:3 JDK 9之前虚拟机运行在Server模式下的默认值,打开此开关后,使用【Parallel】收集器组合进行内存回收 +- **Page 259**:3 monitorenter // 以【栈定】元素(即f)作为锁,开始同步 +
更正:3 monitorenter // 以【栈顶】元素(即f)作为锁,开始同步 + - **Page 265**:上述代码运行之后,只会输出“SuperClass init!”
更正:上述代码运行之后,【除value的值外,】只会输出“SuperClass init!”