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

javax/swing/SwingUtilities/4917669/bug4917669.java Action did not received by menu item

XMLWordPrintable

      FULL PRODUCT VERSION :
      JDK under test: C:\\Java\\jdk-9
      java version "9-ea"
      Java(TM) SE Runtime Environment (build 9-ea+148)
      Java HotSpot(TM) 64-Bit Server VM (build 9-ea+148, mixed mode)

      JDK under test: C:\\Java\\jdk1.8.0_112
      java version "1.8.0_112"
      Java(TM) SE Runtime Environment (build 1.8.0_112-b15)
      Java HotSpot(TM) 64-Bit Server VM (build 25.112-b15, mixed mode)

      ADDITIONAL OS VERSION INFORMATION :
      Microsoft Windows [Version 10.0.14393]

      A DESCRIPTION OF THE PROBLEM :
      The test javax/swing/SwingUtilities/4917669/bug4917669.java fails with the message "java.lang.RuntimeException: Action did not received by menu item."
      The issue cannot be reproduced in standalone mode - the test fails in accompany with other jtreg tests.
      The issue was observed on Windows. It has never been observed on Linux, OSX.

      STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
      jtreg -v -a -xml -testjdk:C:/Java/jdk-9 -javaoptions:-Djava.awt.headless=false -timeoutFactor:2 test/javax/swing/RepaintManager/DisplayListenerLeak/DisplayListenerLeak.java test/javax/swing/SwingUtilities/4917669/bug4917669.java
      (just to imitate the sequence of jtreg tests in regular run)


      ERROR MESSAGES/STACK TRACES THAT OCCUR :
      #section:main
      ----------messages:(4/125)----------
      command: main bug4917669
      reason: User specified action: run main bug4917669
      Mode: othervm
      elapsed time (seconds): 2.765
      ----------configuration:(0/0)----------
      ----------System.out:(0/0)----------
      ----------System.err:(13/783)----------
      java.lang.RuntimeException: Action did not received by menu item.
      at bug4917669.main(bug4917669.java:73)
      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)

      JavaTest Message: Test threw exception: java.lang.RuntimeException: Action did not received by menu item.
      JavaTest Message: shutting down test

      STATUS:Failed.`main' threw exception: java.lang.RuntimeException: Action did not received by menu item.


      REPRODUCIBILITY :
      This bug can be reproduced always.

      ---------- BEGIN SOURCE ----------
      http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/file/8b04ee324a1a/test/javax/swing/SwingUtilities/4917669/bug4917669.java
      ---------- END SOURCE ----------

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

              Created:
              Updated:
              Resolved: