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

update graalvm libs to 24.1.0 #619

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

kevodwyer
Copy link
Member

@kevodwyer kevodwyer commented Sep 25, 2024

this log message appears repeatedly when building.

[exec] For more information see: https://www.graalvm.org/latest/reference-manual/embed-languages/#runtime-optimization-support.
[exec] To disable this warning use the '--engine.WarnInterpreterOnly=false' option or the '-Dpolyglot.engine.WarnInterpreterOnly=false' system property.
[exec] [To redirect Truffle log output to a file use one of the following options:
[exec] * '--log.file=' if the option is passed using a guest language launcher.
[exec] * '-Dpolyglot.log.file=' if the option is passed using the host Java launcher.
[exec] * Configure logging using the polyglot embedding API.]
[exec] [engine] WARNING: The polyglot engine uses a fallback runtime that does not support runtime compilation to native code.
[exec] Execution without runtime compilation will negatively impact the guest application performance.
[exec] The following cause was found: JVMCI is required to enable optimizations. Pass -XX:+EnableJVMCI as a virtual machine argument to the java executable to resolve this.

@ianopolous
Copy link
Member

Can you add -XX:+EnableJVMCI

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants