Hi, I work on projects involving OpenGL in Swing.
We are hitting an[old JDK issue that prevent to properly run OpenGL on macOS+Swing](https://bugs.openjdk.org/browse/JDK-8289573). You may know that Swing hangs on macOS when using -XstartOnFirstThread option. However, this option is mandatory for native OpenGL to work on macOS (the reason is that OpenGL is single threaded and that macOS impose to have all calls to OpenGL issued on the main macOS thread). The problem still appears on JDK19. Does anyone know when the fix is supposed to be released? Thanks in advance for your help! Martin
