< prev index next >

src/share/vm/opto/runtime.cpp

Print this page

        

@@ -1381,11 +1381,11 @@
 //       to handle deoptimized blobs
 //
 // However, there needs to be a safepoint check in the middle!  So compiled
 // safepoints are completely watertight.
 //
-// Thus, it cannot be a leaf since it contains the No_GC_Verifier.
+// Thus, it cannot be a leaf since it contains the NoGCVerifier.
 //
 // *THIS IS NOT RECOMMENDED PROGRAMMING STYLE*
 //
 address OptoRuntime::rethrow_C(oopDesc* exception, JavaThread* thread, address ret_pc) {
 #ifndef PRODUCT
< prev index next >