-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
5.0
-
None
-
generic
-
generic
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.
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.
- duplicates
-
JDK-5038642 ThreadInfo toString() faulty and should include all thread information
-
- Closed
-