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
Since external functions aren't traced and thus can't deopt, we recently added a
change that omitted generating stackmap calls in these cases. However, we forgot
that the control point call as well as yk_promote_* calls required stackmaps.
To get things running again, undo this change and come back to it another time.
0 commit comments