예제 #1
0
 ~NMethodMarker() {
   _thread->set_scanned_nmethod(NULL);
 }
예제 #2
0
 NMethodMarker(nmethod* nm) {
   _thread = CompilerThread::current();
   _thread->set_scanned_nmethod(nm);
 }