Skip to content

[GR-66212] Use the wrapper at the right place where the Java->native call occurs #3915

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

Merged
merged 2 commits into from
Jul 7, 2025

Conversation

graalvmbot
Copy link
Collaborator

No description provided.

eregon added 2 commits July 4, 2025 14:05
…call occurs

* Before this change the wrapper was called on the Ruby->Sulong boundary
  which is too early and meant we might longjmp() over Sulong (= Java) frames
  which is not supported by Native Image and the JVM.
* It was only used for --cext-sulong which is no longer supported.
* It actually prevents the previous commit to work correctly.
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Jul 7, 2025
@graalvmbot graalvmbot merged commit 913123c into master Jul 7, 2025
7 checks passed
@graalvmbot graalvmbot deleted the bd/GR-66212 branch July 7, 2025 08:22
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