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

Truffle on the classpath #967

Open
sgammon opened this issue Jun 4, 2024 · 0 comments
Open

Truffle on the classpath #967

sgammon opened this issue Jun 4, 2024 · 0 comments
Assignees
Labels
bug Something isn't working dev Dev tools, CI/CD, and other devops topics

Comments

@sgammon
Copy link
Member

sgammon commented Jun 4, 2024

Issue description

Truffle seems to be missing an optimizing interpreter during certain key build steps. For example:

> Task :packages:cli:prepareNativeOptimizations
[To redirect Truffle log output to a file use one of the following options:
* '--log.file=<path>' if the option is passed using a guest language launcher.
* '-Dpolyglot.log.file=<path>' if the option is passed using the host Java launcher.
* Configure logging using the polyglot embedding API.]
[engine] WARNING: The polyglot engine uses a fallback runtime that does not support runtime compilation to native code.
Execution without runtime compilation will negatively impact the guest application performance.
The following cause was found: JVMCI is not enabled for this JVM. Enable JVMCI using -XX:+EnableJVMCI.
For more information see: https://www.graalvm.org/latest/reference-manual/embed-languages/#runtime-optimization-support.
To disable this warning use the '--engine.WarnInterpreterOnly=false' option or the '-Dpolyglot.engine.WarnInterpreterOnly=false' system property.
@sgammon sgammon added bug Something isn't working dev Dev tools, CI/CD, and other devops topics labels Jun 4, 2024
@sgammon sgammon added this to the Release R6: Alpha 10 milestone Jun 4, 2024
@sgammon sgammon self-assigned this Jun 4, 2024
@sgammon sgammon added this to Elide Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working dev Dev tools, CI/CD, and other devops topics
Projects
Status: No status
Development

No branches or pull requests

1 participant