RFR: 8254270: linux 32 bit build doesn't compile libjdwp/log_messages.c [v4]

Coleen Phillimore coleenp at openjdk.java.net
Fri Nov 6 12:08:00 UTC 2020


On Fri, 6 Nov 2020 01:20:01 GMT, David Holmes <dholmes at openjdk.org> wrote:

>> Coleen Phillimore has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Adjust millisecond format.
>
> src/jdk.jdwp.agent/share/native/libjdwp/log_messages.c line 83:
> 
>> 81: 
>> 82:     // Truncate milliseconds in buffer large enough to hold the
>> 83:     // value which is always < 1000 (and so a maximum of 3 digits for "%.3s")
> 
> With the updated code the comment is no longer correct - change %.3s to %.3d

Ok.

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

PR: https://git.openjdk.java.net/jdk/pull/1067


More information about the serviceability-dev mailing list