(Slightly OT) Telling exactly which objects get promoted

David Holmes David.Holmes at oracle.com
Thu Apr 8 03:56:17 PDT 2010


At the risk of stating the obvious take a look at the various tools 
mentioned in the troubleshooting guide:

http://java.sun.com/javase/6/webnotes/trouble/TSG-VM/html/index.html

jconsole, jhat, VisualVM ....

Hopefully one of those can assist.

Cheers,
David Holmes

Ben Evans said the following on 04/08/10 20:26:
> 
> Hi,
> 
> Apologies if this is too off-topic, or is covered in a document which my 
> Google-Foo has been insufficient to locate so far.
> 
> I have an application which is displaying an odd collection pattern on 
> large heaps (3G on a 32-bit 6u18). Broadly, all our objects are 
> sufficiently short-lived that we don't expect any of them to survive to 
> tenure, and yet a small amount of them seem to, so over time we are 
> unable to completely avoid full collections.
> 
> We would like some tool or JVM setting which would allow us to see 
> exactly which objects (or failing that, their classes) are reaching 
> tenure. Can anyone suggest something suitable, or some docs?
> 
> Thanks,
> 
> Ben
> -- 
> Ben Evans
> GFFX Auto Trading
> Deutsche Bank, London
> Office: +44 (0)20 7541 3953
> 
> ---
> 
> This e-mail may contain confidential and/or privileged information. If 
> you are not the intended recipient (or have received this e-mail in 
> error) please notify the sender immediately and delete this e-mail. Any 
> unauthorized copying, disclosure or distribution of the material in this 
> e-mail is strictly forbidden.
> 
> Please refer to http://www.db.com/en/content/eu_disclosures.htm for 
> additional EU corporate and regulatory disclosures.


More information about the hotspot-dev mailing list