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

ConcurrentModificationException in AppContext code

XMLWordPrintable

    • b01
    • 6u4
    • b25
    • generic, x86
    • generic, windows_vista
    • Not verified

        the following problem has been reported by ###@###.###

        I happened to find this exception in one of our nightly testing logs. Is this a known issue? It looks like a lack of synchronization in AppContext.getAppContexts().

        Exception in thread "Thread-2" java.lang.ExceptionInInitializerError
            at com.sun.deploy.util.DeployUIManager.setLookAndFeel(Unknown Source)
            at sun.plugin.util.PluginSysUtil$1.run(Unknown Source)
            at java.lang.Thread.run(Unknown Source)
        Caused by: java.util.ConcurrentModificationException
            at java.util.IdentityHashMap$IdentityHashMapIterator.nextIndex(Unknown Source)
            at java.util.IdentityHashMap$ValueIterator.next(Unknown Source)
            at java.util.AbstractCollection.addAll(Unknown Source)
            at java.util.HashSet.<init>(Unknown Source)
            at sun.awt.AppContext.getAppContexts(Unknown Source)
            at java.awt.Toolkit$DesktopPropertyChangeSupport.firePropertyChange(Unknown Source)
            at java.beans.PropertyChangeSupport.firePropertyChange(Unknown Source)
            at java.awt.Toolkit.setDesktopProperty(Unknown Source)
            at sun.awt.windows.WToolkit.updateProperties(Unknown Source)
            at sun.awt.windows.WToolkit.lazilyInitWProps(Unknown Source)
            at sun.awt.windows.WToolkit.lazilyLoadDesktopProperty(Unknown Source)
            at java.awt.Toolkit.getDesktopProperty(Unknown Source)
            at javax.swing.UIManager.<clinit>(Unknown Source)
            ... 3 more

              son Oleg Sukhodolsky (Inactive)
              son Oleg Sukhodolsky (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: