Direct promotion to old gen
Sujit.Das at cognizant.com
Sujit.Das at cognizant.com
Mon Aug 3 17:18:39 UTC 2009
Hi All,
I am trying to capture statistics to denote direct promotion from young gen to old gen.
As per my understanding, minor collection will empty eden space and put surviving objects into 'To' survivor space. Objects that have survived more than Max Tenuring Threshold value will get promoted. Example: If max Tenuring Threshold is 4, then in age 4 size that gets printed in verbose GC output will be the size that should get promoted in old gen as part of next minor collection. Anything more than previous age4 size is result of direct promotion from eden space to old gen.
Please confirm my understanding / approach. If above understanding is correct, I plan to get plot of
(Promo from current minor collection - Age4 from previous minor collection)
The values will help me to determine whether I need to tune my eden and survivor spaces.
Your help much appreciated.
Thanks,
Sujit
This e-mail and any files transmitted with it are for the sole use of the intended recipient(s) and may contain confidential and privileged information.
If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message.
Any unauthorized review, use, disclosure, dissemination, forwarding, printing or copying of this email or any action taken in reliance on this e-mail is strictly prohibited and may be unlawful.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.org/pipermail/hotspot-gc-dev/attachments/20090803/6a9faec3/attachment.htm>
-------------- next part --------------
_______________________________________________
hotspot-gc-use mailing list
hotspot-gc-use at openjdk.java.net
http://mail.openjdk.java.net/mailman/listinfo/hotspot-gc-use
More information about the hotspot-gc-dev
mailing list