hotspot/src/share/vm/runtime/vm_operations.cpp
changeset 27420 04e6f914cce1
parent 26587 e8b28fa936af
child 28163 322d55d167be
--- a/hotspot/src/share/vm/runtime/vm_operations.cpp	Fri Oct 24 08:35:29 2014 +0200
+++ b/hotspot/src/share/vm/runtime/vm_operations.cpp	Fri Oct 24 14:25:46 2014 +0200
@@ -111,6 +111,9 @@
   CodeCache::make_marked_nmethods_zombies();
 }
 
+void VM_MarkActiveNMethods::doit() {
+  NMethodSweeper::mark_active_nmethods();
+}
 
 VM_DeoptimizeFrame::VM_DeoptimizeFrame(JavaThread* thread, intptr_t* id) {
   _thread = thread;