On Tue, 29 Jun 2021 11:54:55 GMT, Kevin Walls <kev...@openjdk.org> wrote:
>> Yi Yang has updated the pull request incrementally with one additional >> commit since the last revision: >> >> restore cleanup code > > src/hotspot/share/runtime/osThread.cpp line 41: > >> 39: // Printing >> 40: void OSThread::print_on(outputStream *st) const { >> 41: st->print("nid=%d ", thread_id()); > > Just update the (C) year above from 2019 to 2021. > JhsdbThreadInfoTest.java has it already in the latest revision. Updated in both osThread.cpp and test file. ------------- PR: https://git.openjdk.java.net/jdk/pull/4449