< prev index next >

src/share/vm/compiler/compileBroker.cpp

Print this page

        

@@ -371,11 +371,11 @@
     return NULL;
   }
 
   CompileTask* task;
   {
-    No_Safepoint_Verifier nsv;
+    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 >