Hi,

On Sun, Jun 25, 2006 at 01:02:35PM -0700, [EMAIL PROTECTED] wrote:
 > Hi Dmitri,
 >
 > Is Mustang b89 recent enough to test?

  Yes, that should do it.

 > Out of curiosity, what was changed wrt the Disposer in Mustang? Is the 
 > disposer thread initialized on JVM startup?

  The change is covered under this bug id:
    6321642: Disposer Thread must be a member of system app context
    http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6321642

 > BTW, the application is a J2EE web app, sometimes serving some graphs with 
 > historical data. The InheritableThreadLocal comes from the Spring framework 
 > DispatcherServlet (LocaleContextHolder).
 >
 > Is there any workaround for this leak on JDK 1.5.0 (_07)?

  Well, we're not yet sure if it was fixed in mustang yet.
  If we find that the fix above does help, we could backport it
  to the next 5.0 update release.

  One way to work around it would be to do some graphics operations
  to a scratch buffer early on a separate thread so that the Disposer
  gets initialized early.

  Thanks,
    Dmitri

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA2D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to