On Wed, 16 Nov 2022 17:35:25 GMT, Phil Race <[email protected]> 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