RFR: 8308780: Fix the Java Integer types on Windows [v9]

Alexey Ivanov aivanov at openjdk.org
Thu Jun 22 20:08:10 UTC 2023


On Thu, 25 May 2023 01:30:34 GMT, David Holmes <dholmes at openjdk.org> wrote:

>> Julian Waters has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Revert "GetDIBits should take an LPVOID"
>>   
>>   This reverts commit 7dbe5dea84b1afb2235b66da581bcd3c1da4d6ac.
>
> src/java.desktop/windows/native/libawt/java2d/windows/GDIRenderer.cpp line 605:
> 
>> 603:         return;
>> 604:     }
>> 605:     jint sx, sy, ex, ey;
> 
> Again these don't seem to need to be Java types.

I've got the same concern.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/14125#discussion_r1238941743



More information about the client-libs-dev mailing list