--- old/src/share/vm/compiler/compileBroker.cpp 2014-03-07 19:45:30.000000000 +0400 +++ new/src/share/vm/compiler/compileBroker.cpp 2014-03-07 19:45:29.000000000 +0400 @@ -609,6 +609,7 @@ NMethodSweeper::possibly_sweep(); MutexLocker locker(lock()); + No_Safepoint_Verifier nsv; // If _first is NULL we have no more compile jobs. There are two reasons for // having no compile jobs: First, we compiled everything we wanted. Second, // we ran out of code cache so compilation has been disabled. In the latter