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

jhsdb jstack could not output thread name

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 10
    • 10
    • 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 -----------------

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

              Created:
              Updated:
              Resolved: