diff -r a934f24b4dcf -r 04e6f914cce1 hotspot/src/share/vm/runtime/vm_operations.cpp --- 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;