< prev index next >

src/hotspot/share/gc/z/zRuntimeWorkers.cpp

Print this page

        

@@ -20,10 +20,11 @@
  * or visit www.oracle.com if you need additional information or have any
  * questions.
  */
 
 #include "precompiled.hpp"
+#include "gc/shared/gcLogPrecious.hpp"
 #include "gc/shared/workgroup.hpp"
 #include "gc/z/zRuntimeWorkers.hpp"
 #include "gc/z/zThread.hpp"
 #include "runtime/mutexLocker.hpp"
 

@@ -64,11 +65,11 @@
     _workers("RuntimeWorker",
              nworkers(),
              false /* are_GC_task_threads */,
              false /* are_ConcurrentGC_threads */) {
 
-  log_info(gc, init)("Runtime Workers: %u parallel", nworkers());
+  log_info_p(gc, init)("Runtime Workers: %u parallel", nworkers());
 
   // Initialize worker threads
   _workers.initialize_workers();
   _workers.update_active_workers(nworkers());
   if (_workers.active_workers() != nworkers()) {
< prev index next >