< prev index next >

src/share/vm/gc/shared/cardGeneration.cpp

Print this page

        

@@ -129,11 +129,11 @@
     success = grow_by(aligned_bytes);
   }
   if (!success) {
     success = grow_to_reserved();
   }
-  if (success && GC_locker::is_active_and_needs_gc()) {
+  if (success && GCLocker::is_active_and_needs_gc()) {
     log_trace(gc, heap)("Garbage collection disabled, expanded heap instead");
   }
 
   return success;
 }
< prev index next >