Integrated: 8273704: DrawStringWithInfiniteXform.java failed : drawString with InfiniteXform transform takes long time
Phil Race
prr at openjdk.java.net
Tue Nov 2 02:53:19 UTC 2021
On Fri, 22 Oct 2021 19:25:28 GMT, Phil Race <prr at openjdk.org> wrote:
> This test has only failed once - for reasons that are not clear.
> I wanted to just increase the timeout but the test was written such that it always waited as long
> as the timeout since it had an un-canceled scheduled task.
>
> So I've also made the test cancel the task once it is complete and made the variables volatile
> so that they should be read properly by the other thread.
This pull request has now been integrated.
Changeset: acceffcb
Author: Phil Race <prr at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/acceffcbf73aa4416c487f890f3ca65e55e47164
Stats: 7 lines in 1 file changed: 3 ins; 1 del; 3 mod
8273704: DrawStringWithInfiniteXform.java failed : drawString with InfiniteXform transform takes long time
Reviewed-by: serb, psadhukhan
-------------
PR: https://git.openjdk.java.net/jdk/pull/6087
More information about the client-libs-dev
mailing list