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

Dmitry Cherepanov dcherepanov at openjdk.org
Fri Apr 14 15:58:29 UTC 2023


On Thu, 13 Apr 2023 21:31:58 GMT, lawrence.andrews <duke at openjdk.org> wrote:

>> Dmitry Cherepanov has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   remove commented line
>
> src/java.desktop/share/classes/sun/java2d/loops/GraphicsPrimitiveMgr.java line 281:
> 
>> 279:             }
>> 280:             return null;
>> 281:             //throw new InternalError("No general handler registered for"+signature);
> 
> This line can be deleted if no longer needed.

Removed. Thanks.

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

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



More information about the client-libs-dev mailing list