-
Notifications
You must be signed in to change notification settings - Fork 46k
Closed
Labels
Description
关于默认的晋升年龄是15,这个说法的来源大部分都是《深入理解Java虚拟机》这本书。
如果你去Oracle的官网阅读相关的虚拟机参数,你会发现在-XX:MaxTenuringThreshold=threshold这里有个说明,Sets the maximum tenuring threshold for use in adaptive GC sizing. The largest value is 15. The default value is 15 for the parallel (throughput) collector, and 6 for the CMS collector.
默认晋升年龄并不都是15,这个是要区分垃圾收集器的,CMS就是6.
hnpyhyz, ambition0802, carlos19960601, upc-gsl and ShiraishiMa1ambition0802ambition0802ambition0802ambition0802