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

Support thread dump in Java Console using JVM_DumpAllStacks

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 6
    • 1.4.2, 5.0
    • deploy

      Thread dump is currently supported in Java Console by calling private native APIs in the VM and redirect the output from stdout/stderr into System.out and System.err. In J2SE 5.0, a new set of Java APIs are available for accessing the thread stack information more easily through Thread.getAllStackTraces(). We should consider using the new APIs to improve robustness of the code, and also extend the thread dump support to webstart.
      ###@###.### 2004-07-23

      it turns out the Thread.getAllStackTraces() does not provide all the information generated by JVM_DumpAllStacks. we will use JVM_DumpAllStacks for both plugin and webstart for now.


      ###@###.### 2004-09-23

            ngthomas Thomas Ng (Inactive)
            stanleyh Stanley Ho (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: