You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
With GraalVM 20.3.0 I get this error when trying to build the native image example:
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.
The text was updated successfully, but these errors were encountered: