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

Chris Plummer cjplummer at openjdk.java.net
Thu Nov 5 20:33:09 UTC 2020


On Thu, 5 Nov 2020 20:12:06 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:

>> Apply patch suggested by @cl4es in the bug report.  Passes linux-x86-open,linux-x64-open,linux-s390x-open,linux-arm32-debug,linux-ppc64le-debug builds with this patch, and tier1.
>> 
>> thanks,
>> Coleen
>
> Coleen Phillimore has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Use Thomas's fix instead.

Marked as reviewed by cjplummer (Reviewer).

src/jdk.jdwp.agent/share/native/libjdwp/log_messages.c line 85:

> 83:                    "%.19s.%.3d %.50s", timestamp_date_time,
> 84:                    (int)(millisecs), timestamp_timezone);
> 85: #endif

Don't forget to remove the old code.

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

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


More information about the serviceability-dev mailing list