Skip to content

Conversation

graalvmbot
Copy link
Collaborator

No description provided.

eregon and others added 7 commits March 12, 2025 19:00
* Found by compiling it on Native Image.
* The downcall MethodHandle is in general not safe to PE, looking at compiler graphs.
* It was also caught by the Blocklisted methods check.
* However performance significantly suffers with just `@TruffleBoundary`, the default.
* Performance is the same with `@TruffleBoundary(allowInlining = true)`.
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Mar 14, 2025
@graalvmbot graalvmbot closed this Mar 15, 2025
@graalvmbot graalvmbot deleted the bd/panama-missing-boundaries branch March 15, 2025 00:10
@graalvmbot graalvmbot merged commit d39c97a into master Mar 15, 2025
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.

3 participants