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

new test javax/swing/AncestorNotifier/7193219/bug7193219.java failed on macosx

XMLWordPrintable

    • b01
    • b08
    • generic
    • os_x
    • Verified

        new regression test failed only on macosx with jdk7u12, jdk7u11b05, jdk7u10b17 with following exception:
        ----------System.out:(0/0)----------
        ----------System.err:(171/12165)----------
        java.lang.reflect.InvocationTargetException
        at java.awt.EventQueue.invokeAndWait(EventQueue.java:1258)
        at javax.swing.SwingUtilities.invokeAndWait(SwingUtilities.java:1349)
        at bug7193219.main(bug7193219.java:76)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:601)
        at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
        at java.lang.Thread.run(Thread.java:722)
        Caused by: java.lang.RuntimeException: java.io.NotSerializableException: com.apple.laf.AquaComboBoxUI
        at bug7193219.serializeGUI(bug7193219.java:58)
        at bug7193219.access$000(bug7193219.java:34)
        at bug7193219$1.run(bug7193219.java:79)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:241)
        at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:721)
        at java.awt.EventQueue.access$200(EventQueue.java:103)
        at java.awt.EventQueue$3.run(EventQueue.java:682)
        at java.awt.EventQueue$3.run(EventQueue.java:680)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:691)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)



        test works fine on windows x86 and linux amd64

        see comments for more details

              alitvinov Anton Litvinov (Inactive)
              vakulova Vera Akulova (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: