Update memory-area.md
关于-XX:MaxTenuringThreshold设置值,应该在0-15,否则会爆出以下错误:MaxTenuringThreshold of 20 is invalid; must be between 0 and 15 关于为什么只能是0-15,是因为关于年龄的数据存放在对象头中,对象头只占有4个字节,是0000到1111所以是0-15,附加源码图片
S
seven17777777 committed
761bb0e101a7a0eb1ee8a63a9e0479fe532c9b7a
Parent: 33f3c2c
Committed by GitHub <noreply@github.com>
on 4/19/2024, 2:11:18 PM