The [B, [I, [F mean byte array, int array, float array. The [ is used to denote an array, and the primitive is given a shorthand name. An array of Strings would be [Ljava.lang.String
----- Original Message ----- From: "Giuseppe Fontana" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 19, 2003 1:33 PM Subject: Re: [JAVA3D] Java3D & Garbage Collection > 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". --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.449 / Virus Database: 251 - Release Date: 1/27/2003 =========================================================================== 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".