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

[TEST_BUG] The app failed automatically and it threw exception:java.lang.UnsupportedOperationException.

XMLWordPrintable

    • b06
    • x86
    • linux

      Testsuite name: Regression
      JDK/JRE tested: JDK8b120(64bit)
      OS/architecture: OEL6.4-UEK-X64-OVM3.1
      Reproducible: Always

      Test run log location:
      http://jsqalab.us.oracle.com/results/Evergreen/8/b120/regression/OEL6.4-UEK-X64-OVM3.1/results-swing/workDir/javax/swing/JPopupMenu/7160604/bug7160604.jtr

      Steps to reproduce:
      1.Download regression workspace from http://jre.sfbay.sun.com/java/re/jdk/8/promoted/ea/b120/ws/jdk/test/ to /regression/test

      2. Install test bundle JDK8b120 (download from http://jre.us.oracle.com/java/re/jdk/8/promoted/ea/b120/bundles/linux-x64/jdk-8-ea-linux-x64.tar.gz to /regression/jdk1.8.0

      3.Install stablejdk JDK7u45b18 to (download from http://jre.us.oracle.com/java/re/jdk/7u45/promoted/fcs/b18/bundles/linux-x64/jdk-7u45-linux-x64.tar.gz to /regression/jdk1.7.0_45

      4.download and unzip Jtreg from http://jre.us.oracle.com/java/re/jtreg/4.1/promoted/fcs/b02/bundles/jtreg_bin-4.1.zip locate at /regression/jtreg

      5.Create the script regression.sh as follows and run it

      export JT_JAVA=/regression/jdk1.7.0_45
      /regression/jtreg/linux/bin/jtreg -v -m -ignore:quiet -jdk:/regression/jdk1.8.0 -r:/regression/results/reportDir -w:/regression/results/workDir /regression/test/javax/swing/JPopupMenu/7160604/bug7160604.java


      Actual behavior:
      When executing the case,it failed automatically and it threw exception as following:

      java.lang.UnsupportedOperationException: PERPIXEL_TRANSLUCENT translucency is not supported
      at java.awt.Window.setBackground(Window.java:3839)
      at bug7160604.lambda$init$0(bug7160604.java:82)
      at bug7160604$$Lambda$1/410037470.run(Unknown Source)
      at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
      at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:744)
      at java.awt.EventQueue.access$400(EventQueue.java:97)
      at java.awt.EventQueue$3.run(EventQueue.java:697)
      at java.awt.EventQueue$3.run(EventQueue.java:691)
      at java.security.AccessController.doPrivileged(Native Method)
      at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:75)
      at java.awt.EventQueue.dispatchEvent(EventQueue.java:714)
      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.Applet thread threw exception: java.lang.UnsupportedOperationException:

      PERPIXEL_TRANSLUCENT translucency is not supported

      validation:
      We use 64bit jdk8b119 to test it again under the same environment,it still failed as the same issue.

            pchelko Petr Pchelko (Inactive)
            tolli Tony Li (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            8 Start watching this issue

              Created:
              Updated:
              Resolved: