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

Test javax/swing/JFileChooser/7199708/bug7199708.java fails

XMLWordPrintable

    • b04
    • windows

      Testsuite name: jdk_swing
      Test name(s): javax/swing/JFileChooser/7199708/bug7199708.java
      Product(s) tested: JDK 8 u76 b06
      OS/architecture: Windows x64

      Reproducible: Always


      Is it a Regression: Yes (Test passes for JDK 8 u75 b03 and fails for JDK 8 u75 b04 )

      Is it a platform specific issue: Yes (test passes for Oracle Linux 7.1 for JDK 8 u76 b06)
      [If platform specific issue] Is it a new (previously unsupported) OS/browser/mode testing: No

      Exception/Error from Log:

      ----------System.err:(51/3488)----------
      java.lang.ArrayIndexOutOfBoundsException: 0 >= 0
      at java.util.Vector.elementAt(Vector.java:474)
      at javax.swing.table.DefaultTableColumnModel.getColumn(DefaultTableColumnModel.java:294)
      at sun.swing.FilePane.fixNameColumnWidth(FilePane.java:1276)
      at sun.swing.FilePane.access$2600(FilePane.java:61)
      at sun.swing.FilePane$7.componentResized(FilePane.java:1207)
      at java.awt.Component.processComponentEvent(Component.java:6359)
      at java.awt.Component.processEvent(Component.java:6313)
      at java.awt.Container.processEvent(Container.java:2236)
      at java.awt.Component.dispatchEventImpl(Component.java:4889)
      at java.awt.Container.dispatchEventImpl(Container.java:2294)
      at java.awt.Component.dispatchEvent(Component.java:4711)
      at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)
      at java.awt.EventQueue.access$500(EventQueue.java:97)
      at java.awt.EventQueue$3.run(EventQueue.java:709)
      at java.awt.EventQueue$3.run(EventQueue.java:703)
      at java.security.AccessController.doPrivileged(Native Method)
      at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76)
      at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86)
      at java.awt.EventQueue$4.run(EventQueue.java:731)
      at java.awt.EventQueue$4.run(EventQueue.java:729)
      at java.security.AccessController.doPrivileged(Native Method)
      at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76)
      at java.awt.EventQueue.dispatchEvent(EventQueue.java:728)
      at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
      at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
      at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:109)
      at java.awt.WaitDispatchSupport$2.run(WaitDispatchSupport.java:184)
      at java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:229)
      at java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:227)
      at java.security.AccessController.doPrivileged(Native Method)
      at java.awt.WaitDispatchSupport.enter(WaitDispatchSupport.java:227)
      at java.awt.Dialog.show(Dialog.java:1084)
      at javax.swing.JFileChooser.showDialog(JFileChooser.java:758)
      at javax.swing.JFileChooser.showSaveDialog(JFileChooser.java:681)
      at bug7199708$1.run(bug7199708.java:69)
      at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
      at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756)
      at java.awt.EventQueue.access$500(EventQueue.java:97)
      at java.awt.EventQueue$3.run(EventQueue.java:709)
      at java.awt.EventQueue$3.run(EventQueue.java:703)
      at java.security.AccessController.doPrivileged(Native Method)
      at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76)
      at java.awt.EventQueue.dispatchEvent(EventQueue.java:726)
      at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
      at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
      at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
      at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
      STATUS:Failed.`main' threw exception: java.lang.ArrayIndexOutOfBoundsException: 0 >= 0

            aivanov Alexey Ivanov
            vagarwal Vikrant Agarwal
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: