I found something about this thread.
http://www.mail-archive.com/java2d-interest@capra.eng.sun.com/msg03812.html

Do you thing it could be related ?

I just make another charge test, threads growth to 200 without 2D
disposer ... and CPU stays around 20% ...



On 10/13/06, Pascal Alberty <[EMAIL PROTECTED]> wrote:
There is also the following one, but in wait mode:

"Java2D Disposer" daemon prio=1 tid=0x083a5858 nid=0x7443 in
Object.wait() [0x853ff000..0x853ff1c0]
        at java.lang.Object.wait(Native Method)
        - waiting on <0x92d654d0> (a java.lang.ref.ReferenceQueue$Lock)
        at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:116)
        - locked <0x92d654d0> (a java.lang.ref.ReferenceQueue$Lock)
        at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:132)
        at sun.java2d.Disposer.run(Disposer.java:107)
        at java.lang.Thread.run(Thread.java:595)

Complete dump could be found here:
http://pascal.albertyorban.be/wp-content/dump.txt (i don't know if
attached files are allowed by this mailinglist).

Thanks for your help

On 10/13/06, Leon Rosenberg <[EMAIL PROTECTED]> wrote:
> On 10/13/06, Pascal Alberty <[EMAIL PROTECTED]> wrote:
> >
> > I have set up GC information. While XHTML rendering, there is one Full
> > GC which spent 0.2 sec. All other GC operations are taking less then
> > 0.01 sec which seems "normal".
> >
> > When dumping the JVM through a kill -3, I can see threads working on
> > sockets talking to apache.
>
> and there are no other suspicious working threads?
>
> Leon
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


--
Pascal Alberty
http://pascal.albertyorban.be



--
Pascal Alberty
http://pascal.albertyorban.be

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to