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
// The EnsureJITThreadContext() call could fail if the JIT Server process has died. In such cases, we should not try to do anything further in the client process.
5415
-
if (this->GetThreadContext()->EnsureJITThreadContext(allowPrereserveAlloc))
5415
+
if (!this->GetThreadContext()->EnsureJITThreadContext(allowPrereserveAlloc))
0 commit comments