RFR: 8311380: Prepare java.desktop for C++17 [v2]

Julian Waters jwaters at openjdk.org
Wed Jul 12 01:07:21 UTC 2023


On Tue, 11 Jul 2023 21:12:10 GMT, Alexander Zvegintsev <azvegint at openjdk.org> wrote:

>> Julian Waters has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   awt_new.cpp: Do not return nullptr always...
>
> src/java.desktop/windows/native/libawt/windows/awt_new.cpp line 99:
> 
>> 97:     }
>> 98: 
>> 99:     return nullptr;
> 
> Shouldn't it be the `ptr`?

Oops, you're right. Good catch!

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

PR Review Comment: https://git.openjdk.org/jdk/pull/14795#discussion_r1260438696



More information about the client-libs-dev mailing list