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). This pull request has now been integrated. Changeset: e043975e Author: Jay Bhaskar <[email protected]> URL: https://git.openjdk.org/jfx/commit/e043975ed76bd6339c65e1eb08385e48b53cf012 Stats: 26 lines in 4 files changed: 22 ins; 2 del; 2 mod 8391823: Intermittent WebView crash when running TextureMapperTest Reviewed-by: kcr, arapte ------------- PR: https://git.openjdk.org/jfx/pull/2293
