Integrated: JDK-8306883: Thread stacksize is reported with wrong units in os::create_thread logging

Thomas Stuefe stuefe at openjdk.org
Thu Apr 27 05:13:25 UTC 2023


On Wed, 26 Apr 2023 05:54:18 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) ).`

This pull request has now been integrated.

Changeset: 27c5c107
Author:    Thomas Stuefe <stuefe at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/27c5c1070ac559caa8dbad598337046f59355464
Stats:     7 lines in 4 files changed: 0 ins; 0 del; 7 mod

8306883: Thread stacksize is reported with wrong units in os::create_thread logging

Reviewed-by: shade

-------------

PR: https://git.openjdk.org/jdk/pull/13665


More information about the hotspot-runtime-dev mailing list