--- old/src/share/vm/runtime/vm_operations.cpp 2015-08-21 17:13:39.253159872 +0200 +++ new/src/share/vm/runtime/vm_operations.cpp 2015-08-21 17:13:39.173159875 +0200 @@ -110,7 +110,7 @@ Deoptimization::deoptimize_dependents(); // Make the dependent methods zombies - CodeCache::make_marked_nmethods_zombies(); + CodeCache::make_marked_nmethods_not_entrant(); } void VM_MarkActiveNMethods::doit() {