AArch64: frame::id() and frame::is_older() broken for interpreted frames with large max_stack

XMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: P4
    • tbd
    • Affects Version/s: 20
    • Component/s: hotspot

      It should be possible to assert

        f.sender().is_older(f.id())

      on any platform, but this breaks on aarch64 when the caller frame has a large max_stack value. In this case unextended_sp() of an interpreted frame can point outside the current frame into younger callee frames.

            Assignee:
            Anton Artemov
            Reporter:
            Dean Long
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated: