< prev index next >

src/hotspot/share/services/heapDumper.cpp

Print this page

        

@@ -1787,11 +1787,11 @@
   // At this point we should be the only dumper active, so
   // the following should be safe.
   set_global_dumper();
   set_global_writer();
 
-  WorkGang* gang = ch->get_safepoint_workers();
+  WorkGang* gang = ch->safepoint_workers();
 
   if (gang == NULL) {
     work(0);
   } else {
     gang->run_task(this, gang->active_workers(), true);
< prev index next >