Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-6822333

_call_stub_compiled_return address handling in SA is broken causing jstack to hang occasionally

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • hs15
    • hs15
    • hotspot
    • None
    • b05
    • x86
    • solaris_9

        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.

              never Tom Rodriguez
              never Tom Rodriguez
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: