<!DOCTYPE html><html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body>
    <br>
    <br>
    <div class="moz-cite-prefix">On 27/11/2024 18:14, Abdul Muneer K
      wrote:<br>
    </div>
    <blockquote type="cite" cite="mid:CACzYGThKABMq7uXWVt4i1ByguyxmEfszesmoPGi1Jy7YSCyz1g@mail.gmail.com">
      
      <div dir="ltr">
        <div dir="ltr">
          <div class="gmail_quote">
            <div dir="ltr" class="gmail_attr">Hi,</div>
            <div dir="ltr">
              <div>
                <div>I prepared a StructuredTaskScope in a tree
                  hierarchical structure as below:</div>
                <div>                        TaskA</div>
                <div>                           __|__</div>
                <div>                 TaskB             Tasks</div>
                <div>               ___|__.               __|___</div>
                <div>           TaskD.  TaskE.   TaskF .     TaskG</div>
                <div><br>
                </div>
                <div>[Not sure it will show as a tree while sending
                  email because of formatting, basically it's a three
                  level full tree.]</div>
                <div><br>
                </div>
                <div>I captured the stack trace using the below command
                  while running this sample code with some delays on
                  each task, so that I can capture thread dumps with all
                  of these tasks in the running state.</div>
                <div>I ran below command to get thread dumps in json
                  format:</div>
                <div>jcmd <pid> Thread.dump_to_file -format=json
                  <file></div>
                <div><br>
                </div>
                <div>I got the thread dump, my expectation was, threads
                  will follow the same tree structure in thread dump
                  also. We can track it based on the fields "owner" and
                  "parent". But, it will be difficult to follow based on
                  these fields if we have too many threads.</div>
                <div>Is it designed like that because of any
                  limitations? Or am I missing an</div>
                <br>
              </div>
            </div>
          </div>
        </div>
      </div>
    </blockquote>
    I don't think I understand your question. Are you asking about the
    traversal order used when streaming it to a file or are you asking
    if the owner and parent keys are the right way to reconstitute the
    tree?<br>
    <br>
    -Alan<br>
  </body>
</html>