RFR: 8292016: Rework JLI_ReportErrorMessageSys [v10]
Julian Waters
jwaters at openjdk.org
Thu Aug 18 08:25:47 UTC 2022
On Thu, 18 Aug 2022 02:36:37 GMT, David Holmes <dholmes at openjdk.org> wrote:
>> Julian Waters has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Cleanup
>
> src/java.base/unix/native/libjli/java_md_common.c line 213:
>
>> 211: */
>> 212: char error[1024];
>> 213: if(strerror_r(errno, error, sizeof error) == 0) {
>
> Style nit: need space after 'if'
>
> This applies to other files too.
Fixed, thanks for the heads up
-------------
PR: https://git.openjdk.org/jdk/pull/9870
More information about the hotspot-dev
mailing list