Alan Hudson wrote:

I think Justin reported this but I'm not positive.

Using optimzeit to look at Xj3D/Java3D's memory consumption I'm noticing
a lot of garbage being generated from the
javax.media.j3d.Picking.pickAll() method.  it goes through
javax.media.j3d.BHTree.doSelect,
javax.media.j3d.PickConeSegment.intersect and generates
javax.vecmath.Point3d.  I get about 400K instances of these after about
10 seconds of runtime.

Do you know if this is planned for the 1.3.1Beta release soon?
This is bug 4740086 - Picking cause lots of GC in PickShape intersect()
routine

that didn't make in in v1.3.1 beta1 (release soon)

The source of problem is known. I'll discuss with team
member to see what we can do before final release
without breaking current code.

Thanks.

- Kelvin
-----------
Java 3D Team
Sun Microsystems Inc.

===========================================================================
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".

Reply via email to