< prev index next >

src/share/vm/interpreter/rewriter.cpp

Print this page

        

@@ -338,11 +338,11 @@
 
   {
     // We cannot tolerate a GC in this block, because we've
     // cached the bytecodes in 'code_base'. If the Method*
     // moves, the bytecodes will also move.
-    No_Safepoint_Verifier nsv;
+    NoSafepointVerifier nsv;
     Bytecodes::Code c;
 
     // Bytecodes and their length
     const address code_base = method->code_base();
     const int code_length = method->code_size();
< prev index next >