XX:+EnableJVMCI flag does not enable runtime compilation #2

Open
opened 2025-12-19 19:28:49 +00:00 by goose · 0 comments
Owner

Providing the following flags to enable JVMCI:

-XX:+UnlockExperimentalVMOptions
-XX:+EnableJVMCI

Causes the following warning:

[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: Truffle was loaded from the class-path. Use Truffle from the module-path instead. Did you disable polyglot class-path isolation?
Providing the following flags to enable JVMCI: ``` -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI ``` Causes the following warning: ``` [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: Truffle was loaded from the class-path. Use Truffle from the module-path instead. Did you disable polyglot class-path isolation? ```
goose self-assigned this 2025-12-19 19:28:49 +00:00
Sign in to join this conversation.
No description provided.