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

Re-enable ParseOnce starting with GraalVM / Mandrel 22.2 #27462

Merged
merged 1 commit into from
Aug 24, 2022

Conversation

zakkak
Copy link
Contributor

@zakkak zakkak commented Aug 23, 2022

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 #25944

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
@zakkak
Copy link
Contributor Author

zakkak commented Aug 23, 2022

cc @jerboaa @Karm

@quarkus-bot
Copy link

quarkus-bot bot commented Aug 24, 2022

Failing Jobs - Building 03ea11c

Status Name Step Failures Logs Raw logs
JVM Tests - JDK 11 Build Failures Logs Raw logs
JVM Tests - JDK 11 Windows Build Failures Logs Raw logs
✔️ JVM Tests - JDK 17
✔️ JVM Tests - JDK 18

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

io.quarkus.cli.CliProjectGradleTest.testExtensionList line 214 - More details - Source on GitHub

org.opentest4j.AssertionFailedError: 
Expected OK return code. Result:
result: {

io.quarkus.cli.CliProjectGradleTest.testCreateAppDefaultsWithKotlinDSL line 142 - More details - Source on GitHub

org.opentest4j.AssertionFailedError: 
Expected OK return code. Result:
result: {

io.quarkus.cli.CliProjectGradleTest.testCreateAppOverrides line 179 - More details - Source on GitHub

org.opentest4j.AssertionFailedError: 
Expected OK return code. Result:
result: {

📦 devtools/gradle/gradle-model

Failed to execute goal org.codehaus.mojo:exec-maven-plugin:3.0.0:exec (gradle) on project quarkus-gradle-model: Command execution failed.


⚙️ 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

Failed to execute goal org.codehaus.mojo:exec-maven-plugin:3.0.0:exec (gradle) on project quarkus-gradle-model: Command execution failed.

Copy link
Contributor

@jerboaa jerboaa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@gsmet gsmet merged commit 815c466 into quarkusio:main Aug 24, 2022
@quarkus-bot quarkus-bot bot added this to the 2.13 - main milestone Aug 24, 2022
@quarkus-bot quarkus-bot bot added the kind/enhancement New feature or request label Aug 24, 2022
@gsmet
Copy link
Member

gsmet commented Aug 24, 2022

I will backport it to get some feedback from the field before 2.13.

@zakkak zakkak deleted the parse-once branch August 31, 2022 08:50
@gsmet gsmet modified the milestones: 2.13 - main, 2.12.1.Final Sep 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove use of -H:-ParseOnce in GraalVM 22.2
4 participants