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

Disable single parsing of compiler graphs in native-image #17711

Merged
merged 1 commit into from
Jun 7, 2021

Conversation

zakkak
Copy link
Contributor

@zakkak zakkak commented Jun 4, 2021

GraalVM 21.2-dev (currently graal's master) introduces a new enhancement (enabled by default) to avoid parsing compiler graphs twice. This enhancement however results in increased memory usage at the moment (oracle/graal#3435) which then results in Quarkus' Integration Test failures in CI.

Tested with graal master in https://github.com/graalvm/mandrel/actions/runs/907537588.
The failures will be tracked and investigated separately.

GraalVM 21.2-dev introduces a new enhancement (enabled by default) to
avoid parsing compiler graphs twice. This enahancement however results
in increased memory usage at the moment
(oracle/graal#3435) which then results in
Quarkus' Integration Test failures in CI.
@quarkus-bot quarkus-bot bot added the area/core label Jun 4, 2021
Copy link
Contributor

@geoand geoand 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 9295b72 into quarkusio:main Jun 7, 2021
@quarkus-bot quarkus-bot bot added this to the 2.1 - main milestone Jun 7, 2021
@zakkak zakkak deleted the workaround-oracle3435 branch June 7, 2021 09:38
@zakkak zakkak mentioned this pull request Oct 26, 2021
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.

None yet

3 participants