JDK-6554048 : Java2D disposer should catch exceptions
  • Type: Enhancement
  • Component: client-libs
  • Sub-Component: 2d
  • Affected Version: 6
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • OS: generic
  • CPU: generic
  • Submitted: 2007-05-05
  • Updated: 2022-06-27
Related Reports
Relates :  
Description
Uncaught exception from dispose method of one of disposer clients cause abort of disposer thread.

Uncaught exceptions are idicator of the potential memory leak and has to be fixed.
But disposer should be more robust too. Small problems with one of client objects should not prevent it 
from serving other objects.