Integrated: 8252596: [TESTBUG] WebPageShim::paint is not thread-safe
Arun Joseph
ajoseph at openjdk.java.net
Thu Oct 22 18:12:07 UTC 2020
On Wed, 21 Oct 2020 17:30:36 GMT, Arun Joseph <ajoseph at openjdk.org> wrote:
> Issue: Tests using `WebPageShim::paint` fails around 1/10 times.
>
> Fix: Execute `WebPageShim::paint` in the render thread using `PrismInvoker`. Ran tests over 100 times, no failures.
>
> Used the initial unit test in the PR for [JDK-8202990](https://bugs.openjdk.java.net/browse/JDK-8202990).
This pull request has now been integrated.
Changeset: 4e5f0e6b
Author: Arun Joseph <ajoseph at openjdk.org>
URL: https://git.openjdk.java.net/jfx/commit/4e5f0e6b
Stats: 4 lines in 1 file changed: 3 ins; 0 del; 1 mod
8252596: [TESTBUG] WebPageShim::paint is not thread-safe
Reviewed-by: kcr
-------------
PR: https://git.openjdk.java.net/jfx/pull/327
More information about the openjfx-dev
mailing list