hotspot/src/share/vm/runtime/sharedRuntime.cpp
changeset 35492 c8c0273e6b91
parent 35071 a0910b1d3e0d
child 35495 e27da438fa13
--- a/hotspot/src/share/vm/runtime/sharedRuntime.cpp	Thu Jan 14 09:18:11 2016 +0100
+++ b/hotspot/src/share/vm/runtime/sharedRuntime.cpp	Thu Jan 14 13:26:19 2016 +0100
@@ -2742,8 +2742,8 @@
     return;
   }
   // Lock and unlock a critical section to give the system a chance to block
-  GC_locker::lock_critical(thread);
-  GC_locker::unlock_critical(thread);
+  GCLocker::lock_critical(thread);
+  GCLocker::unlock_critical(thread);
 JRT_END
 
 // -------------------------------------------------------------------------