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

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P4 P4
    • 25
    • 20
    • 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.

            dlong Dean Long
            dlong Dean Long
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: