-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Re-enable ParseOnce
starting with GraalVM / Mandrel 22.2
#27462
Conversation
We no longer need to disable `ParseOnce` as memory usage with it enabled has improved in GraalVM 22.2. See https://docs.google.com/spreadsheets/d/15PJ1Qd7kgneuP61N1T2_AyJ3WBsbXpVHIPKbxgH1qfM/edit#gid=1672873268 for a comparison between using and not using `ParseOnce` with 22.2. Relates to oracle/graal#3435 and graalvm/mandrel#316 Fixes quarkusio#25944
Failing Jobs - Building 03ea11c
Full information is available in the Build summary check run. Failures⚙️ JVM Tests - JDK 11 #- Failing: devtools/cli devtools/gradle/gradle-model
! Skipped: devtools/gradle/gradle-application-plugin devtools/gradle/gradle-extension-plugin 📦 devtools/cli✖
✖
✖
📦 devtools/gradle/gradle-model✖ ⚙️ JVM Tests - JDK 11 Windows #- Failing: devtools/gradle/gradle-model
! Skipped: devtools/gradle/gradle-application-plugin devtools/gradle/gradle-extension-plugin 📦 devtools/gradle/gradle-model✖ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
I will backport it to get some feedback from the field before 2.13. |
We no longer need to disable
ParseOnce
as memory usage with it enabledhas improved in GraalVM 22.2.
See
https://docs.google.com/spreadsheets/d/15PJ1Qd7kgneuP61N1T2_AyJ3WBsbXpVHIPKbxgH1qfM/edit#gid=1672873268
for a comparison between using and not using
ParseOnce
with 22.2.Relates to oracle/graal#3435 and
graalvm/mandrel#316
Fixes #25944