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

Thread.dumpStack() can use StackWalker

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: P4 P4
    • None
    • 9
    • core-libs

      Unlike Throwable, Thread.dumpStack() is used purely for troubleshooting and not performance critical. Therefore, Thread.dumpStack() could use the StackWalker API to output the stack trace, instead of constructing a throw-away Exception.

            jpai Jaikiran Pai
            bchristi Brent Christian
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: