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

HorizontalMouseWheelOnShiftPressed.java throws java.lang.reflect.InvocationTargetException

XMLWordPrintable

      FULL PRODUCT VERSION :
      java version "1.8.0_122-ea"
      Java(TM) SE Runtime Environment (build 1.8.0_122-ea-b04)
      Java HotSpot(TM) 64-Bit Server VM (build 25.122-b04, mixed mode)

      ADDITIONAL OS VERSION INFORMATION :
      Microsoft Windows [Version 10.0.10240]

      A DESCRIPTION OF THE PROBLEM :
      The test javax/swing/JScrollPane/HorizontalMouseWheelOnShiftPressed/HorizontalMouseWheelOnShiftPressed.java fails throwing java.lang.reflect.InvocationTargetException
      The issue was observed on Windows, Linux, Mac OSX.


      ERROR MESSAGES/STACK TRACES THAT OCCUR :
      #section:main
      ----------messages:(4/173)----------
      command: main HorizontalMouseWheelOnShiftPressed
      reason: User specified action: run main HorizontalMouseWheelOnShiftPressed
      Mode: othervm
      elapsed time (seconds): 0.717
      ----------configuration:(0/0)----------
      ----------System.out:(0/0)----------
      ----------System.err:(34/2327)----------
      java.lang.reflect.InvocationTargetException
      at java.awt.EventQueue.invokeAndWait(EventQueue.java:1321)
      at java.awt.EventQueue.invokeAndWait(EventQueue.java:1296)
      at javax.swing.SwingUtilities.invokeAndWait(SwingUtilities.java:1348)
      at HorizontalMouseWheelOnShiftPressed.checkScrollPane(HorizontalMouseWheelOnShiftPressed.java:144)
      at HorizontalMouseWheelOnShiftPressed.test(HorizontalMouseWheelOnShiftPressed.java:86)
      at HorizontalMouseWheelOnShiftPressed.main(HorizontalMouseWheelOnShiftPressed.java:64)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:498)
      at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:110)
      at java.lang.Thread.run(Thread.java:745)
      Caused by: java.lang.RuntimeException: Wrong vertical scrolling!
      at HorizontalMouseWheelOnShiftPressed.lambda$checkScrollPane$2(HorizontalMouseWheelOnShiftPressed.java:148)
      at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:301)
      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:80)
      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)

      JavaTest Message: Test threw exception: java.lang.reflect.InvocationTargetException
      JavaTest Message: shutting down test

      STATUS:Failed.`main' threw exception: java.lang.reflect.InvocationTargetException

      REPRODUCIBILITY :
      This bug can be reproduced always.

      ---------- BEGIN SOURCE ----------
      The test is from Regression test suite (jtreg)
      http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/file/8b04ee324a1a/test/javax/swing/JScrollPane/HorizontalMouseWheelOnShiftPressed/HorizontalMouseWheelOnShiftPressed.java
      ---------- END SOURCE ----------

            psadhukhan Prasanta Sadhukhan
            webbuggrp Webbug Group
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: