-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
GraalVM, skip interpreter mode warning #4553
Labels
type:task
Issues that are a change to the project that is neither a feature nor a bug fix.
version:7.19.15
version:7.20.8
version:7.21.4
version:7.22.0-alpha5
version:7.22.0
Comments
yanavasileva
added
the
type:task
Issues that are a change to the project that is neither a feature nor a bug fix.
label
Aug 21, 2024
yanavasileva
changed the title
stderr logs after
GraalVM, skip interpreter mode warning
Aug 26, 2024
graalvm-sdk
update
Findings:
Decision: we revert the update and do more detailed investigation on how to handle the warnings for the next set of patches. |
1 task
After downport, the warnings are gone. On CI they can be observed in webapp-IT stages. |
hauptmedia
added a commit
to hauptmedia/operaton
that referenced
this issue
Nov 4, 2024
…latform#4553 Backported commit 3ed0a47f11 from the camunda-bpm-platform repository. Original author: yanavasileva <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
type:task
Issues that are a change to the project that is neither a feature nor a bug fix.
version:7.19.15
version:7.20.8
version:7.21.4
version:7.22.0-alpha5
version:7.22.0
The following output is printed on start of Tomcat/WildFly pre-packaged distros after we bumped
graalvm-sdk
version in #4299.The error is produce on each execution of a script.
Details
Acceptance Criteria (Required on creation)`
Hints
-Dpolyglot.engine.WarnInterpreterOnly=false
is passed to the script engine, the warnings are not displayed.--upgrade-module-path=lib\compiler-21.3.11.jar;ib\compiler-management-21.3.11.jar
But that means we need to adding two more dependencies, as we haven't used those two libraries so far.
Links
org.graalvm.sdk:graal-sdk
to a version >= 21.3.10 #4299Breakdown
Pull Requests
Dev2QA handover
The text was updated successfully, but these errors were encountered: