RFR: 8268425: Show decimal nid of OSThread instead of hex format one [v2]

Yi Yang yyang at openjdk.java.net
Wed Jun 30 02:43:30 UTC 2021


On Tue, 29 Jun 2021 11:54:55 GMT, Kevin Walls <kevinw at 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


More information about the serviceability-dev mailing list