JDK-8251523 : [macos] [OGL] Crash in javax/swing/JWindow/ShapedAndTranslucentWindows/ShapedPerPixelTranslucentGradient.java
  • Type: Bug
  • Component: client-libs
  • Sub-Component: 2d
  • Affected Version: 15,16
  • Priority: P3
  • Status: Open
  • Resolution: Unresolved
  • OS: os_x
  • CPU: generic
  • Submitted: 2020-08-13
  • Updated: 2021-07-13
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.
Other
tbdUnresolved
Related Reports
Relates :  
Description
This test crashes on the macOS Catalina when the ATI video card is in-use.

Thread 22 Crashed:: Java: Java2D Queue Flusher
0   libsystem_kernel.dylib        	0x00007fff68afc33a __pthread_kill + 10
1   libsystem_pthread.dylib       	0x00007fff68bb8e60 pthread_kill + 430
2   libsystem_c.dylib             	0x00007fff68a83808 abort + 120
3   libGPUSupportMercury.dylib    	0x00007fff4fdaf0a5 gpusGenerateCrashLog.cold.1 + 95
4   libGPUSupportMercury.dylib    	0x00007fff4fda618f gpusGenerateCrashLog + 89
5   com.apple.AMDRadeonX6000GLDriver	0x0000000128bb87ed gpusKillClientExt + 9
6   libGPUSupportMercury.dylib    	0x00007fff4fda76a1 gpusSubmitDataBuffers + 490
7   com.apple.AMDRadeonX6000GLDriver	0x0000000128be13cb glrATI_Hwl_SubmitPacketsWithToken + 101
8   libawt_lwawt.dylib            	0x000000010d7e5054 Java_sun_java2d_opengl_OGLRenderQueue_flushBuffer + 2868
9   ???                           	0x0000000115bff3f0 0 + 4659868656
10  ???                           	0x0000000115bf9eea 0 + 4659846890
11  ???                           	0x0000000115bf9eea 0 + 4659846890
12  ???                           	0x0000000115bf9f2f 0 + 4659846959
13  ???                           	0x0000000115bf0949 0 + 4659808585
14  libjvm.dylib                  	0x0000000108ea3c82 JavaCalls::call_helper(JavaValue*, methodHandle const&, JavaCallArguments*, Thread*) + 738 (javaCalls.cpp:430)
15  libjvm.dylib                  	0x0000000108ea2cc3 JavaCalls::call_virtual(JavaValue*, Klass*, Symbol*, Symbol*, JavaCallArguments*, Thread*) + 323 (javaCalls.cpp:197)
16  libjvm.dylib                  	0x0000000108ea2d83 JavaCalls::call_virtual(JavaValue*, Handle, Klass*, Symbol*, Symbol*, Thread*) + 99
17  libjvm.dylib                  	0x0000000108f4c784 thread_entry(JavaThread*, Thread*) + 180 (jvm.cpp:3017)
18  libjvm.dylib                  	0x000000010938be8d JavaThread::thread_main_inner() + 205 (thread.cpp:2012)
19  libjvm.dylib                  	0x0000000109388fd1 Thread::call_run() + 113 (thread.cpp:405)
20  libjvm.dylib                  	0x000000010921ee77 thread_native_entry(Thread*) + 391 (os_bsd.cpp:707)
21  libsystem_pthread.dylib       	0x00007fff68bb9109 _pthread_start + 148
22  libsystem_pthread.dylib       	0x00007fff68bb4b8b thread_start + 15
Comments
Filed to Apple FB8940330
14-12-2020

[~serb] is it affecting 15 as well (in other words is it a regression introduced in 16 or not)?
13-10-2020

Could be workaround by the JDK-8251854
16-08-2020