Integrated: JDK-8290067: Show stack dimensions in UL logging when attaching threads
Thomas Stuefe
stuefe at openjdk.org
Mon Aug 1 08:07:38 UTC 2022
On Mon, 11 Jul 2022 09:22:59 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:
> While investigating [JDK-8290059](https://bugs.openjdk.org/browse/JDK-8290059), I found it useful to know the stack dimensions of the attaching thread. That should be added to the "Thread attached" log line.
>
> Before:
>
>
> [1.051s][info ][os,thread] Thread attached (tid: 167903, pthread id: 140230406712120.
>
>
> Now:
>
>
> [1.051s][info ][os,thread] Thread attached (tid: 167903, pthread id: 140230406712120, stack: 0x00007f89ef942a78 - 0x00007f89ef924000 (122k) ).
This pull request has now been integrated.
Changeset: 7ff19694
Author: Thomas Stuefe <stuefe at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/7ff19694dfef947bf65dbd15ec6497acefae39aa
Stats: 16 lines in 4 files changed: 7 ins; 0 del; 9 mod
8290067: Show stack dimensions in UL logging when attaching threads
Reviewed-by: dholmes, mbaesken
-------------
PR: https://git.openjdk.org/jdk/pull/9447
More information about the hotspot-runtime-dev
mailing list