< prev index next >

src/share/vm/compiler/compileBroker.cpp

Print this page

        

*** 371,381 **** return NULL; } CompileTask* task; { ! No_Safepoint_Verifier nsv; task = CompilationPolicy::policy()->select_task(this); } // Save method pointers across unlock safepoint. The task is removed from // the compilation queue, which is walked during RedefineClasses. --- 371,381 ---- return NULL; } CompileTask* task; { ! NoSafepointVerifier nsv; task = CompilationPolicy::policy()->select_task(this); } // Save method pointers across unlock safepoint. The task is removed from // the compilation queue, which is walked during RedefineClasses.
< prev index next >