On Fri, 4 Sep 2026 13:57:33 GMT, Jay Bhaskar <[email protected]> wrote:
> Intermittent WebView crash happens due to web view transition feature > activates GL buffer upload path in headfull test mode which JavaFX does not > support and the AtomicString is being destroyed by texture mapper thread > which not owner of associated string table of AtomicString. There is pre > written system test TextureMapperTest. The fix has been tested rigorously. > > --------- > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai). LGTM I've done a fair bit of testing as well. I ran `TextureMapperTest` in a loop on my local Windows 11 system. Without the fix it crashes easily -- usually between 2 and 5 iterations. With the fix I ran it 100 times in a row and it passed. ------------- Marked as reviewed by kcr (Lead). PR Review: https://git.openjdk.org/jfx/pull/2293#pullrequestreview-5115067954
