Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2017601 | 1.2.0 | Gordon Hirsch | P3 | Resolved | Fixed | 1.2beta3 |
Regression: no
Build found on: JDK1.2P2
Build last worked: Same behavior is 1.1.5 build.
Attached is a small application that creates 100 threads.
The "threads" command within JDB should list all threads.
JDB only lists up to "Thread38".
For example:
41. (ComplexThread)0x39 Thread31 cond. waiting
42. (ComplexThread)0x3a Thread32 cond. waiting
43. (ComplexThread)0x3b Thread33 cond. waiting
44. (ComplexThread)0x3c Thread34 cond. waiting
45. (ComplexThread)0x3d Thread35 cond. waiting
46. (ComplexThread)0x3e Thread36 cond. waiting
47. (ComplexThread)0x3f Thread37 cond. waiting
48. (ComplexThread)0x40 Thread38 cond. waiting
- backported by
-
JDK-2017601 "threads" command does not list all threads.
-
- Resolved
-