On Thu, 5 Nov 2020 20:27:11 GMT, Chris Plummer <cjplum...@openjdk.org> wrote:
>> Coleen Phillimore has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Use Thomas's fix instead. > > 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. Yes, got it. Thanks! ------------- PR: https://git.openjdk.java.net/jdk/pull/1067