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

DisplayChangeVITest.java fails because of InternalError: Could not set display mode

XMLWordPrintable

    • x86_64
    • windows_7

      FULL PRODUCT VERSION :
      java version "1.8.0_51"
      Java(TM) SE Runtime Environment (build 1.8.0_51-b16)
      Java HotSpot(TM) Client VM (build 25.51-b03, mixed mode)

      ADDITIONAL OS VERSION INFORMATION :
      Microsoft Windows [Version 6.1.7601]

      A DESCRIPTION OF THE PROBLEM :
      The test java/awt/FullScreen/DisplayChangeVITest/DisplayChangeVITest.java fails because of java.lang.InternalError: Could not set display mode.
      This issue was not observed on Linux, OSX


      ERROR MESSAGES/STACK TRACES THAT OCCUR :
      #section:main
      ----------messages:(4/184)----------
      command: main DisplayChangeVITest
      reason: User specified action: run main/othervm/timeout=200 DisplayChangeVITest
      Mode: othervm [/othervm specified]
      elapsed time (seconds): 1.516
      ----------configuration:(0/0)----------
      ----------System.out:(0/0)----------
      ----------System.err:(22/1139)----------
      Found display modes:
      DisplayMode[1280x768x32]
      DisplayMode[1024x768x16]
      DisplayMode[800x600x8]
      Entering DisplayMode[1280x768x32]
      java.lang.InternalError: Could not set display mode
              at sun.awt.Win32GraphicsDevice.configDisplayMode(Native Method)
              at sun.awt.Win32GraphicsDevice.setDisplayMode(Win32GraphicsDevice.java:421)
              at DisplayChangeVITest.run(DisplayChangeVITest.java:124)
              at java.lang.Thread.run(Thread.java:745)
              at DisplayChangeVITest.main(DisplayChangeVITest.java:230)
              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:497)
              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.InternalError: Could not set display mode
      JavaTest Message: shutting down test

      STATUS:Failed.`main' threw exception: java.lang.InternalError: Could not set display mode

      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/f7be58eb30bc/test/java/awt/FullScreen/DisplayChangeVITest/DisplayChangeVITest.java
      ---------- END SOURCE ----------

            Unassigned Unassigned
            webbuggrp Webbug Group
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated: