On Fri, 22 Oct 2021 19:25:28 GMT, Phil Race <p...@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 <p...@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