RFR: 8282404: DrawStringWithInfiniteXform.java failed with "RuntimeException: drawString with InfiniteXform transform takes long time" [v2]

Andrey Turbanov aturbanov at openjdk.org
Thu Nov 17 20:24:24 UTC 2022


On Wed, 16 Nov 2022 17:35:25 GMT, Phil Race <prr at openjdk.org> wrote:

>> This test is not problem listed and has failed only once since (SFAIK) it was last updated a year ago so
>> this is just another small attempt to remove instability by increasing timeout, being really insistent about
>> making sure the "done=true" is propagated and adding some extra timing logging to help analyse any failures
>
> Phil Race has updated the pull request incrementally with one additional commit since the last revision:
> 
>   8282404

test/jdk/java/awt/FontClass/DrawStringWithInfiniteXform.java line 46:

> 44:             System.out.println("Task running at " + System.currentTimeMillis());
> 45:             System.out.flush();
> 46:             synchronized(DrawStringWithInfiniteXform.class) {

Nit
Suggestion:

            synchronized (DrawStringWithInfiniteXform.class) {

-------------

PR: https://git.openjdk.org/jdk/pull/11179



More information about the client-libs-dev mailing list