--- old/src/share/vm/runtime/vm_operations.cpp 2013-09-16 15:11:52.063929562 +0200 +++ new/src/share/vm/runtime/vm_operations.cpp 2013-09-16 15:11:51.951929566 +0200 @@ -173,10 +173,6 @@ SymbolTable::unlink(); } -void VM_HandleFullCodeCache::doit() { - NMethodSweeper::speculative_disconnect_nmethods(_is_full); -} - void VM_Verify::doit() { Universe::heap()->prepare_for_verify(); Universe::verify(_silent);