1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-16 18:10:13 +08:00
seven17777777 761bb0e101
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,附加源码图片
2024-04-19 22:11:18 +08:00
..
2023-12-30 17:14:13 +08:00
2023-10-27 06:49:28 +08:00
2023-10-27 06:49:28 +08:00
2024-02-06 11:56:31 +08:00
2024-04-19 22:11:18 +08:00