Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2175677 | 7 | Tom Rodriguez | P3 | Closed | Fixed | b54 |
JDK-2180566 | 6u18 | Tom Rodriguez | P3 | Resolved | Fixed | b01 |
As part of the rewrite for 5082720 special return entry points were added to the interpreter to correct the state of the fpu stack. Stack walking the in SA has to understand this as well and changes were made there to look for the special field _call_stub_compiled_return_address and use it if it existed. Unfortunately the SA is looking in the wrong place for the field and never finds it. It's checking StubRoutines when in fact it should be looking for StubRoutines::x86 or StubRoutines::i486 in releases before the unifaction of the assemblers. This results in occasional hangs when using jstack on x86.
- backported by
-
JDK-2180566 _call_stub_compiled_return address handling in SA is broken causing jstack to hang occasionally
- Resolved
-
JDK-2175677 _call_stub_compiled_return address handling in SA is broken causing jstack to hang occasionally
- Closed
- relates to
-
JDK-6457735 StubRoutines::i486::_call_stub_compiled_return missing from vmStructs.cpp
- Resolved
-
JDK-5082720 Remove adapter frames
- Resolved