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

Jayathirth D V jdv at openjdk.org
Thu Nov 17 07:04:58 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

Marked as reviewed by jdv (Reviewer).

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

> 69:         System.out.flush();
> 70:         float[] vals = new float[6];
> 71:         for (int i=0; i<6; i++) {

We can add proper indentation for operators before push, since we are updated at other places.

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

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



More information about the client-libs-dev mailing list