Index: vm/thread/src/thread_native_suspend.c =================================================================== --- vm/thread/src/thread_native_suspend.c (revision 569233) +++ vm/thread/src/thread_native_suspend.c (working copy) @@ -107,7 +107,7 @@ */ void VMCALL hythread_safe_point_other(hythread_t thread) { - thread_safe_point_impl(tm_self_tls); + thread_safe_point_impl(thread); }