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
When you have a native image build error, you end up with a useless NPE because we enable PrintAnalysisCallTree and GraalVM does not handle this case well.
We should disable it by default and make it an opt-in as it makes debugging native image issues complicated (obviously, if you know the trick, it's not complicated but it's not exactly obvious).
When you have a native image build error, you end up with a useless NPE because we enable
PrintAnalysisCallTree
and GraalVM does not handle this case well.We should disable it by default and make it an opt-in as it makes debugging native image issues complicated (obviously, if you know the trick, it's not complicated but it's not exactly obvious).
GraalVM issues:
The text was updated successfully, but these errors were encountered: