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

Threadinfo.toString() should gather stack trace details

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P3 P3
    • None
    • 5.0
    • core-svc
    • None

      Threadinfo.toString() should gather stack trace details to the given maxdepth.


      TIA = Threadproxy.getThreadInfo(Threadproxy.getAllThreadIds(),Integer.MAX_VALUE);
               for (int i =0; i< TIA.length;i++) {
               out.println(TIA[i].toString());
               }
      should print all stacktrace elements.

            mchung Mandy Chung (Inactive)
            mavvarisunw Madhava Avvari (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: