RFR: JDK-8306883: Thread stacksize is reported with wrong units in os::create_thread logging [v2]
Aleksey Shipilev
shade at openjdk.org
Wed Apr 26 20:20:53 UTC 2023
On Wed, 26 Apr 2023 16:08:32 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:
>> Trivial fix to the display of the thread stack size when UL-logging thread attach.
>>
>> Before:
>> `[0.012s][info][os,thread] Thread attached (tid: 153734, pthread id: 139862746482432, stack: 0x00007f3455525000 - 0x00007f3455424000 (1052672k) ).`
>>
>> Now:
>> `[0.002s][info][os,thread] Thread attached (tid: 350868, pthread id: 140394443233024, stack: 0x00007fb020eae000 - 0x00007fb020dad000 (1028k) ).`
>
> Thomas Stuefe has updated the pull request incrementally with one additional commit since the last revision:
>
> aleksey-is-nerdy
Marked as reviewed by shade (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/13665#pullrequestreview-1402725245
More information about the hotspot-runtime-dev
mailing list