On Thu, 5 Nov 2020 20:12:06 GMT, Coleen Phillimore <cole...@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