JDK-6457735 : StubRoutines::i486::_call_stub_compiled_return missing from vmStructs.cpp
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 6
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: solaris_9
  • CPU: sparc
  • Submitted: 2006-08-07
  • Updated: 2010-04-02
  • Resolved: 2006-08-16
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 6
6 b96Fixed
Related Reports
Relates :  
Description
_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.

Comments
SUGGESTED FIX http://analemma.sfbay.sun.com/net/prt-archiver.sfbay/data/archived_workspaces/main/c2_baseline/2006/20060808143922.never.log/workspace/webrevs/webrev-2006.08.08/index.html
09-08-2006

EVALUATION Simply add the proper declaration.
07-08-2006