JDK-6511207 : java/awt/FullScreen/VramExaustionFSTest/VramExaustionFSTest.java fails
  • Type: Bug
  • Component: client-libs
  • Sub-Component: 2d
  • Affected Version: 7
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: linux_suse_sles_10
  • CPU: x86
  • Submitted: 2007-01-09
  • Updated: 2021-04-24
  • Resolved: 2019-06-09
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 11 JDK 13 JDK 14 JDK 8
11.0.7-oracleFixed 13 b25Fixed 14Fixed 8u301Fixed
Related Reports
Duplicate :  
Duplicate :  
Description
JDK        	    : Dolphin b05
Platform[s]         : Fails On:  SuSE 10.0
Failing Test [s]    : java/awt/FullScreen/VramExaustionFSTest/VramExaustionFSTest.java

    Test source location:
    =====================
/net/koori/onestop/jdk/7.0/latest/ws/j2se/test/java/awt/FullScreen/VramExaustionFSTest/VramExaustionFSTest.java

    jtr file location:
    ==================
File attached

    How to reproduce:
    ====================
    - Set JAVA_HOME to /net/koori/onestop/jdk/7.0/latest/binaries/linux-i586
    - cd /net/koori/onestop/jdk/7.0/latest/ws/j2se/test/java/awt/FullScreen/VramExaustionFSTest
    - /net/koori.sfbay/onestop/jct-tools/2.1.6/archive/fcs/binaries/linux/bin/jtreg -r:/tmp -w:/tmp ./VramExaustionFSTest.java


    Test output:
    =============
----------System.out:(4/112)----------
Exausted vram. Created 25 images
Testing VolatileImages
Testing BufferStrategy
Exausted vram. Created 25 images
----------System.err:(36/2460)----------
java.lang.OutOfMemoryError: Java heap space
        at java.awt.image.DataBufferUShort.<init>(DataBufferUShort.java:43)
        at java.awt.image.Raster.createPackedRaster(Raster.java:454)
        at java.awt.image.DirectColorModel.createCompatibleWritableRaster(DirectColorModel.java:1019)
        at sun.awt.image.SunVolatileImage.getBackupImage(SunVolatileImage.java:214)
        at sun.awt.image.VolatileSurfaceManager.getBackupSurface(VolatileSurfaceManager.java:247)
        at sun.awt.image.VolatileSurfaceManager.displayChanged(VolatileSurfaceManager.java:312)
        at sun.awt.SunDisplayChanger.notifyListeners(SunDisplayChanger.java:102)
        at sun.java2d.SunGraphicsEnvironment.displayChanged(SunGraphicsEnvironment.java:1182)
        at sun.awt.X11GraphicsDevice.setDisplayMode(X11GraphicsDevice.java:392)
        at sun.awt.X11GraphicsDevice.setFullScreenWindow(X11GraphicsDevice.java:298)
        at VramExaustionFSTest.main(VramExaustionFSTest.java:159)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:83)
        at java.lang.Thread.run(Thread.java:619)


    Specific Machine Info:
    =====================
Linux scorpius2 2.6.13-15.10-default #1 Fri May 12 16:27:12 UTC 2006 i686 i686 i386 GNU/Linux
LSB_VERSION="core-2.0-noarch:core-3.0-noarch:core-2.0-ia32:core-3.0-ia32"
SUSE LINUX 10.0 (i586)
VERSION = 10.0

Comments
- this is an issue reported against 7(7u), - there are now affected version 9 filed for this issue - 7u issues are transferred to Sustaining Nevertheless if someone have a report against 9 - please reopen and add affectedVersion 9 or 7u specific escalations might be reopen to Sustaining
10-08-2014

- this is an issue reported against 7(7u), - there are now affected version 9 filed for this issue - 7u issues are transferred to Sustaining Nevertheless if someone have a report against 9 - please reopen and add affectedVersion 9 or 7u specific escalations might be reopen to Sustaining
10-08-2014

Please re-open if - if fix is in progress or on the plan to fix soon - if this is a P3 (file as P3, not P4)
14-03-2014

EVALUATION This test proves to be too fragile to be useful. We'd have to either exclude it or run on windows only (it could also fail there in similar circumstances).
09-01-2007