~NMethodMarker() { _thread->set_scanned_nmethod(NULL); }
NMethodMarker(nmethod* nm) { _thread = CompilerThread::current(); _thread->set_scanned_nmethod(nm); }