-
Bug
-
Resolution: Fixed
-
P4
-
5.0
-
b01
-
x86
-
solaris_10
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2159686 | 1.4.2_21 | Kevin Walls | P4 | Resolved | Fixed | b01 |
Observed on Solaris 10 x86, jstack fails to give a stacktrace.
e.g.
(5.10)$ jstack 2135
Attaching to process ID 2135, please wait...
Debugger attached successfully.
Server compiler detected.
JVM version is 1.5.0_14-b03
Thread t@1: (state = BLOCKED)
Thread t@14: (state = BLOCKED)
Thread t@13: (state = BLOCKED)
...
This failure is not observed on Solaris 8 x86.
e.g.
(5.10)$ jstack 2135
Attaching to process ID 2135, please wait...
Debugger attached successfully.
Server compiler detected.
JVM version is 1.5.0_14-b03
Thread t@1: (state = BLOCKED)
Thread t@14: (state = BLOCKED)
Thread t@13: (state = BLOCKED)
...
This failure is not observed on Solaris 8 x86.
- backported by
-
JDK-2159686 SA: jstack fails due to null sp on x86
- Resolved
- relates to
-
JDK-6463133 Deoptimization should not use code patching
- Resolved