Esempio n. 1
0
 ~NMethodMarker() {
   _thread->set_scanned_nmethod(NULL);
 }
Esempio n. 2
0
 NMethodMarker(nmethod* nm) {
   _thread = CompilerThread::current();
   _thread->set_scanned_nmethod(nm);
 }