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-54203] Fail at image run time instead of image build time for complicated JSR-RET structures. #9133

Merged
merged 1 commit into from
Jun 18, 2024

Conversation

graalvmbot
Copy link
Collaborator

It would be difficult to handle arbitrary jsr-ret structures in the bytecode parser, e.g., when multiple jsr are nested and then only a single ret is done for the outermost jsr. But we also never want to fail the image build, so the error is moved to run time.

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Jun 18, 2024
@graalvmbot graalvmbot closed this Jun 18, 2024
@graalvmbot graalvmbot deleted the cwi/GR-54203-build-failures branch June 18, 2024 06:50
@graalvmbot graalvmbot merged commit 81d23df into master Jun 18, 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.

None yet

2 participants