jhsdb jstack could not output thread name

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 10
    • Affects Version/s: 10
    • Component/s: hotspot
    • b21

      Thread dump by jhsdb jstack could not output thread name.

      example:
      jhsdb jstack --pid 25879
      Thread 25884: (state = BLOCKED)

      jhsdb jstack --mixed --pid 25879
      ----------------- 25884 -----------------


      Thread Dump by jhsdb should output java thread name like jstack as following.

      jhsdb jstack --pid 25879
      "main" nid=25884: (state = BLOCKED)

      jhsdb jstack --mixed --pid 25879
      ----------------- "main" nid=25884 -----------------

            Assignee:
            Chihiro Ito
            Reporter:
            Chihiro Ito
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: