-
Bug
-
Resolution: Fixed
-
P3
-
internal
-
x86_64
-
os_x
The test java/awt/image/VolatileImage/DrawHugeImageTest.java fails with the following message:
#section:main
----------messages:(5/196)----------
command: main DrawHugeImageTest
reason: User specified action: run main DrawHugeImageTest
Mode: othervm
Additional options from @modules: --add-modules java.desktop
elapsed time (seconds): 2.725
----------configuration:(3/40)----------
Boot Layer
add modules: java.desktop
----------System.out:(5/155)----------
New Default Acceleration Threshold: 1
Dst: sun.awt.image.SunVolatileImage@4c479eb7
render image: 0
Metal: Supported, feature set macOS GPUFamily2 v1
----------System.err:(3/178)----------
metalEnabled=1
Metal support is present
validateTextureDimensions:1227: failed assertion `MTLTextureDescriptor has width (20000) greater than the maximum allowed size of 16384.'
It is a regression, the failure was not observed before 24/03/2020
The reproducibility: 100%
Steps to reproduce:
$ jtreg -javaoptions:'-Dsun.java2d.metal=true' -testjdk:[path_to_lanai_home] test/jdk/java/awt/image/VolatileImage/DrawHugeImageTest.java
#section:main
----------messages:(5/196)----------
command: main DrawHugeImageTest
reason: User specified action: run main DrawHugeImageTest
Mode: othervm
Additional options from @modules: --add-modules java.desktop
elapsed time (seconds): 2.725
----------configuration:(3/40)----------
Boot Layer
add modules: java.desktop
----------System.out:(5/155)----------
New Default Acceleration Threshold: 1
Dst: sun.awt.image.SunVolatileImage@4c479eb7
render image: 0
Metal: Supported, feature set macOS GPUFamily2 v1
----------System.err:(3/178)----------
metalEnabled=1
Metal support is present
validateTextureDimensions:1227: failed assertion `MTLTextureDescriptor has width (20000) greater than the maximum allowed size of 16384.'
It is a regression, the failure was not observed before 24/03/2020
The reproducibility: 100%
Steps to reproduce:
$ jtreg -javaoptions:'-Dsun.java2d.metal=true' -testjdk:[path_to_lanai_home] test/jdk/java/awt/image/VolatileImage/DrawHugeImageTest.java
- relates to
-
JDK-8238223 Lanai - JPopupMenu/7154841 - no mouse events on the popup menu
- Closed