Skip to content

[GR-74768] Fix elementWantedForTraceback frame descriptor check.#736

Closed
graalvmbot wants to merge 1 commit intomasterfrom
mdsouza/GR-74768-fix-frame-usage
Closed

[GR-74768] Fix elementWantedForTraceback frame descriptor check.#736
graalvmbot wants to merge 1 commit intomasterfrom
mdsouza/GR-74768-fix-frame-usage

Conversation

@graalvmbot
Copy link
Copy Markdown
Collaborator

GR-73555 changes the frame descriptor for a ContinuationRootNode to not match the root node, which breaks an assumption made by elementWantedForTraceback.

I originally tried to migrate this method (and getLineno) to use Bytecode DSL-recommended APIs like BytecodeFrame/BytecodeLocation, but TruffleStackTraceElement locations do not always belong to the same root as the frame. Until GR-62198 is addressed we're stuck with this workaround.

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Apr 10, 2026
@graalvmbot graalvmbot closed this Apr 10, 2026
@graalvmbot graalvmbot deleted the mdsouza/GR-74768-fix-frame-usage branch April 10, 2026 21:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

OCA Verified All contributors have signed the Oracle Contributor Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants