Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8290067

Show stack dimensions in UL logging when attaching threads

XMLWordPrintable

    • b09

        While investigating 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) ).
        ```

              stuefe Thomas Stuefe
              stuefe Thomas Stuefe
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: