On Wed, 19 Feb 2003 16:26:40 +0000, Rob Nugent <[EMAIL PROTECTED]> wrote:
>Giuseppe, > >You could try running your app with 'java -Xrunhprof:heap=sites ...' > >When your app terminates, you can inspect the resultant hprof file and look at >the SITES section to see what objects are in your heap. This might give you some >clues. > >Rob Rob, Thanx for the advice. I executed my program and examined the sites. I got: * 89.85 % sites, whose names are [B , [I, [F * 10.15% sites, whose names are javax.media.j3d.Shape3DRetained, javax.media.j3d.TriangleArrayRetained, javax.media.j3d.TransformGroupRetained, javax.media.j3d.GeometryAtom, javax.vecmath.Point3d, javax.media.j3d.AppearanceRetained, javax.media.j3d.Texture2DRetained and other Java3D related stuff. Do you know what are those [B, [I, [F sites? Otherwise, can you tell me where can I find some docs about site inquiry? Unfortunately I'm still beginner... Thanx, Giuseppe =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".