mirror of
https://github.com/fenixsoft/jvm_book.git
synced 2024-12-28 05:40:23 +08:00
Update README.md
This commit is contained in:
parent
4513db2a7b
commit
a13a1271f4
@ -15,6 +15,9 @@
|
||||
- **Page 106**:在回收时通过这张表格就可以得出哪些Region之间产生了【跨代引用】。
|
||||
<br>更正:在回收时通过这张表格就可以得出哪些Region之间产生了【跨Region的引用】。
|
||||
|
||||
- **Page 106**:降低了处理跨代指针时的记忆集维护消耗,也降低了伪共享问题(【见3.4.4节】)的发生概率。
|
||||
<br>更正:降低了处理跨代指针时的记忆集维护消耗,也降低了伪共享问题(【见3.4.5节】)的发生概率。
|
||||
|
||||
- **Page 134**:如果在Survivor空间中【相同年龄】所有对象大小的总和大于Survivor空间的一半
|
||||
<br>更正:如果在Survivor空间中【低或等于某个年龄的】所有对象大小的总和大于Survivor空间的一半
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user