issues Search Results · repo:doocs/jvm language:Java
Filter by
16 results
(80 ms)16 results
indoocs/jvm (press backspace or delete to remove)周志明老师的描述: 如果当前新生代的 Survivor 中,相同年龄所有对象大小的总和大于 Survivor 空间的一半,年龄 = 该年龄的对象就可以直接进入老年代,无须等到 MaxTenuringThreshold 中要求的年龄。
实际上,经过测试的结论: 如果当前新生代的Survivor中,年龄小到大(1,2,3,4,5,N)的对象所有对象的大小总和大于Survivor空间的一半,年龄N
=该年龄的对象就可以直接晋升到老年代,无须等到MaxTenuringThreshold中要求的年龄。 ...
shenliuming
- 5
- Opened on Jun 16, 2022
- #32
panqingcui
- Opened on Jun 16, 2022
- #31
可以让大家理解到JVM底层是如何运行的,比如类加载机制,以及执行引擎,运行时数据区,垃圾回收机制等的内部底层原理
- 项目地址:https://github.com/shaoxiongdu/JVMStudy
- 详细的图示和文档说明 并且标出了参考的官方规范地址便于查证
- 截图:
- image-20210720213009479
- image-20210720213047701 ...
shaoxiongdu
- Opened on Jul 9, 2021
- #17

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.