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

Alexey Ivanov aivanov at openjdk.org
Fri Apr 21 20:32:44 UTC 2023


On Fri, 21 Apr 2023 20:22:39 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:

>> 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.

Since it's not a javadoc, I don't see much value in it, and IDE won't complain if you accidentally use such a tag in a source file where a regular javadoc comment is expected.

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

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



More information about the client-libs-dev mailing list