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