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
Do not fold jlr.Array.newInstance(classOf[Unit], ...).
If we do, we generate code that statically refers to the array type
`void[]`, which is not a valid type.
With the following commit, the optimizer will have enough knowledge
to enter in this case when optimizing `ClassTag`s, resulting in
ClassDef checking errors after the optimizer.
0 commit comments