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

GraalVM native image example incompatible with GraalVM 20.3.0 due to deprecated command-line options #120

Open
timmattison opened this issue Dec 9, 2020 · 1 comment

Comments

@timmattison
Copy link
Contributor

timmattison commented Dec 9, 2020

With GraalVM 20.3.0 I get this error when trying to build the native image example:

Error: Non-boolean option 'TraceClassInitialization' can not use +/- prefix. Use 'TraceClassInitialization=<value>' format

I would submit a PR for this but I'm not sure if that would break versions below 20.3.0. I'm also not sure what values I should add there since it's no longer a boolean option. I believe that it wants a list of classes instead.

@zachgk
Copy link
Contributor

zachgk commented Dec 10, 2020

The flag is used for debugging. I think you can just remove it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants