Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[GR-54853] [GR-60663] Fix compilation bailouts when the debugger is enabled. #10366

Merged
merged 4 commits into from
Dec 20, 2024

Conversation

graalvmbot
Copy link
Collaborator

  • Use a single statementIndex

    Otherwise this causes a state explosion in merge-explode

  • Allow use of java -truffle in espresso-meta

  • Add TruffleBoundary for MethodHandleNatives.resolve

  • Fix JDWP ThreadReference.frames

    • Fix case where the length is unspecified but the start frame is > 0
    • Return error packets on invalid parameters

Otherwise this causes a state explosiong in merge-explode
* Fix case where the length is unspecified but the start frame is > 0
* Return error packets on invalid parameters
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Dec 20, 2024
@graalvmbot graalvmbot closed this Dec 20, 2024
@graalvmbot graalvmbot deleted the gd/faster-debugger-min branch December 20, 2024 17:34
@graalvmbot graalvmbot merged commit 0e1a50a into master Dec 20, 2024
13 checks passed
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