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

Warning : slow performance on GraalVM with JDK11 #322

Open
davidcoutadeur opened this issue Jan 10, 2025 · 0 comments · May be fixed by #324
Open

Warning : slow performance on GraalVM with JDK11 #322

davidcoutadeur opened this issue Jan 10, 2025 · 0 comments · May be fixed by #324
Labels
Milestone

Comments

@davidcoutadeur
Copy link
Contributor

When compiling and running on JDK11, I get multiple warnings:

[engine] WARNING: The polyglot context is using an implementation that does not support runtime compilation.
The guest application code will therefore be executed in interpreted mode only.
Execution only in interpreted mode will strongly impact the guest application performance.
For more information on using GraalVM see https://www.graalvm.org/java/quickstart/.
To disable this warning the '--engine.WarnInterpreterOnly=false' option or use the '-Dpolyglot.engine.WarnInterpreterOnly=false' system property.

This is probably due to bad/missing dependencies or packaging in pom.xml.

@davidcoutadeur davidcoutadeur added this to the 2.2 milestone Jan 10, 2025
davidcoutadeur pushed a commit that referenced this issue Jan 10, 2025
This fixes the warning: The polyglot context is using an implementation that does not support runtime compilation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant