On Wed, 9 Sep 2026 14:32:41 GMT, Alexander Zvegintsev <[email protected]> 
wrote:

>> Jayathirth D V has updated the pull request incrementally with one 
>> additional commit since the last revision:
>> 
>>   Update
>
> test/jdk/sun/java2d/DirectX/OverriddenInsetsTest/OverriddenInsetsTest.java 
> line 60:
> 
>> 58:             getColorModel().getPixelSize() < 16)
>> 59:         {
>> 60:             System.out.println("<16 bit mode detected, test passed");
> 
> It looks like the return statement is missing.

Updated.

> test/jdk/sun/java2d/DirectX/OverriddenInsetsTest/OverriddenInsetsTest.java 
> line 133:
> 
>> 131:             g.drawRect(0,0,getWidth() - 1,getHeight() - 1);
>> 132:             g.setColor(Color.blue);
>> 133:             g.fillRect(0,0,getWidth() / 2,getHeight() / 2);
> 
> Suggestion:
> 
>             g.drawRect(0, 0, getWidth() - 1, getHeight() - 1);
>             g.setColor(Color.blue);
>             g.fillRect(0, 0, getWidth() / 2, getHeight() / 2);

Updated.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/32779#discussion_r3975309104
PR Review Comment: https://git.openjdk.org/jdk/pull/32779#discussion_r3975308813

Reply via email to