Skip to content

Commit

Permalink
[profiler] Process requests in method_jitted ().
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Rønne Petersen committed Oct 2, 2016
1 parent a22f577 commit 9127dfa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mono/profiler/mono-profiler-log.c
Original file line number Diff line number Diff line change
Expand Up @@ -2017,6 +2017,8 @@ method_jitted (MonoProfiler *prof, MonoMethod *method, MonoJitInfo *ji, int resu
return;

register_method_local (method, ji);

process_requests ();
}

static void
Expand Down

0 comments on commit 9127dfa

Please sign in to comment.