-
Bug
-
Resolution: Fixed
-
P3
-
6
_call_stub_compiled_return is missing from vmStructs.cpp on intel which makes stack walking break in some cases since the return_to_call_stub test fails when called for a compiled frame. The fix is simply to add the declaration. The SA code to use it is already there and appears to work properly.
- relates to
-
JDK-6822333 _call_stub_compiled_return address handling in SA is broken causing jstack to hang occasionally
- Resolved