hotspot/src/share/vm/gc/parallel/vmPSOperations.cpp
changeset 35492 c8c0273e6b91
parent 30764 fec48bf5a827
--- a/hotspot/src/share/vm/gc/parallel/vmPSOperations.cpp	Thu Jan 14 09:18:11 2016 +0100
+++ b/hotspot/src/share/vm/gc/parallel/vmPSOperations.cpp	Thu Jan 14 13:26:19 2016 +0100
@@ -45,7 +45,7 @@
   GCCauseSetter gccs(heap, _gc_cause);
   _result = heap->failed_mem_allocate(_word_size);
 
-  if (_result == NULL && GC_locker::is_active_and_needs_gc()) {
+  if (_result == NULL && GCLocker::is_active_and_needs_gc()) {
     set_gc_locked();
   }
 }