Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4037797

FilteredImageSource synchronization problems

XMLWordPrintable

    • 2d
    • generic
    • solaris_2.5.1

      The "Hashtable proxies" instance variable in class java.awt.FilteredImageSource can be inadvertantly corrupted due to certain methods begin unsynchronized. For example, if removeConsumer() is called while startProduction() is executing, the proxies instance var can be set to null. The workaround, briefly, is:

      subclass FilteredImageSource and implement the startProduction method to be synchronized.

      See the workaround section for a detailed description of the workaround.

            Unassigned Unassigned
            ejburns Ed Burns (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Imported:
              Indexed: