< prev index next >

src/share/vm/gc/parallel/psOldGen.cpp

Print this page

        

@@ -255,11 +255,11 @@
   }
   if (!success) {
     success = expand_to_reserved();
   }
 
-  if (success && GC_locker::is_active_and_needs_gc()) {
+  if (success && GCLocker::is_active_and_needs_gc()) {
     log_debug(gc)("Garbage collection disabled, expanded heap instead");
   }
 }
 
 bool PSOldGen::expand_by(size_t bytes) {
< prev index next >