-
Enhancement
-
Resolution: Fixed
-
P4
-
1.4.2, 5.0
-
b08
-
x86
-
windows_xp
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
###@###.### 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
- duplicates
-
JDK-5078468 Thread stack traces under webstart - control-break equivalent
-
- Closed
-