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

fix: remove unsupported native-image flags #5327

Merged
merged 1 commit into from
Nov 13, 2019

Conversation

machi1990
Copy link
Member

This remove the enableRetainedHeapReporting i.e -H:+PrintRetainedHeapHistogram and
enableCodeSizeReporting i.e -H:+PrintCodeSizeReport

fixes #5324

this remove the enableRetainedHeapReporting i.e -H:+PrintRetainedHeapHistogram and
enableCodeSizeReporting i.e -H:+PrintCodeSizeReport

fixes quarkusio#5324
@stuartwdouglas
Copy link
Member

@n1hility we had these in to enable easy testing with your fork, but I don't think it makes sense to keep them. If you are using your patch you can still just specify these params as additional args anyway.

@cescoffier cescoffier merged commit a1583d5 into quarkusio:master Nov 13, 2019
@cescoffier cescoffier added this to the 1.1.0 milestone Nov 13, 2019
@machi1990 machi1990 deleted the fix/5324 branch November 13, 2019 19:16
@machi1990
Copy link
Member Author

Should we backport this? @cescoffier @gsmet

@gsmet gsmet added backport? and removed backport? labels Nov 15, 2019
@gsmet gsmet modified the milestones: 1.1.0, 1.0.0.Final Nov 15, 2019
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.

quarkus.native.enable-code-size-reporting not work in GraalVM 19.2.1
4 participants