hotspot/src/share/vm/gc/shared/genCollectedHeap.cpp
changeset 35492 c8c0273e6b91
parent 35061 be6025ebffea
child 35930 722866f5e209
child 35927 58bbbbb4a8c7
--- a/hotspot/src/share/vm/gc/shared/genCollectedHeap.cpp	Thu Jan 14 09:18:11 2016 +0100
+++ b/hotspot/src/share/vm/gc/shared/genCollectedHeap.cpp	Thu Jan 14 13:26:19 2016 +0100
@@ -409,7 +409,7 @@
          "the requesting thread should have the Heap_lock");
   guarantee(!is_gc_active(), "collection is not reentrant");
 
-  if (GC_locker::check_active_before_gc()) {
+  if (GCLocker::check_active_before_gc()) {
     return; // GC is disabled (e.g. JNI GetXXXCritical operation)
   }