hotspot/src/share/vm/runtime/vm_operations.cpp
changeset 27420 04e6f914cce1
parent 26587 e8b28fa936af
child 28163 322d55d167be
equal deleted inserted replaced
27419:a934f24b4dcf 27420:04e6f914cce1
   109 
   109 
   110   // Make the dependent methods zombies
   110   // Make the dependent methods zombies
   111   CodeCache::make_marked_nmethods_zombies();
   111   CodeCache::make_marked_nmethods_zombies();
   112 }
   112 }
   113 
   113 
       
   114 void VM_MarkActiveNMethods::doit() {
       
   115   NMethodSweeper::mark_active_nmethods();
       
   116 }
   114 
   117 
   115 VM_DeoptimizeFrame::VM_DeoptimizeFrame(JavaThread* thread, intptr_t* id) {
   118 VM_DeoptimizeFrame::VM_DeoptimizeFrame(JavaThread* thread, intptr_t* id) {
   116   _thread = thread;
   119   _thread = thread;
   117   _id     = id;
   120   _id     = id;
   118 }
   121 }