hotspot/src/share/vm/runtime/thread.cpp
changeset 30607 035f5801a92e
parent 30606 9dae6b41c617
parent 30567 497b3caa8243
child 30614 e45861098f5a
--- a/hotspot/src/share/vm/runtime/thread.cpp	Tue May 05 16:09:30 2015 -0400
+++ b/hotspot/src/share/vm/runtime/thread.cpp	Fri May 08 13:25:11 2015 -0400
@@ -4209,13 +4209,13 @@
                Abstract_VM_Version::vm_info_string());
   st->cr();
 
-#if INCLUDE_ALL_GCS
+#if INCLUDE_SERVICES
   // Dump concurrent locks
   ConcurrentLocksDump concurrent_locks;
   if (print_concurrent_locks) {
     concurrent_locks.dump_at_safepoint();
   }
-#endif // INCLUDE_ALL_GCS
+#endif // INCLUDE_SERVICES
 
   ALL_JAVA_THREADS(p) {
     ResourceMark rm;
@@ -4228,11 +4228,11 @@
       }
     }
     st->cr();
-#if INCLUDE_ALL_GCS
+#if INCLUDE_SERVICES
     if (print_concurrent_locks) {
       concurrent_locks.print_locks_on(p, st);
     }
-#endif // INCLUDE_ALL_GCS
+#endif // INCLUDE_SERVICES
   }
 
   VMThread::vm_thread()->print_on(st);