Skip to content

Instantly share code, notes, and snippets.

@rkennke
Created December 8, 2020 19:37
Show Gist options
  • Select an option

  • Save rkennke/7565a7813ef9a7ab46e0665a3ac38748 to your computer and use it in GitHub Desktop.

Select an option

Save rkennke/7565a7813ef9a7ab46e0665a3ac38748 to your computer and use it in GitHub Desktop.
_thread_roots.oops_do(keep_alive, &clds, &update_blobs, worker_id); <--- updates *some* nmethods
_cld_roots.cld_do(&clds, worker_id);
if(_update_code_cache) {
_code_roots.code_blobs_do(&update_blobs, worker_id); <--- updates *all* nmethods
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment