RFR: 6995195: Static initialization deadlock in sun.java2d.loops.Blit and GraphicsPrimitiveMgr [v4]

Sergey Bylokhov serb at openjdk.org
Fri Apr 21 20:25:51 UTC 2023


On Fri, 21 Apr 2023 17:57:08 GMT, Alexey Ivanov <aivanov at openjdk.org> wrote:

>> Dmitry Cherepanov has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   fixed long lines
>
> test/jdk/sun/java2d/loops/GraphicsPrimitiveMgrTest.java line 28:
> 
>> 26: import java.util.concurrent.CountDownLatch;
>> 27: 
>> 28: /**
> 
> Suggestion:
> 
> /*
> 
> It's not a javadoc, so to avoid lots of warnings from IDE because of invalid tags, it's better to use a single asterisk.

or probably it is better to save that tags as custom in IDE, so it will actually check that all of them are correct.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/13459#discussion_r1174135237



More information about the client-libs-dev mailing list