src/hotspot/share/runtime/safepoint.hpp
changeset 52518 6f18c23b0185
parent 50966 f939a67fea30
child 52672 bbfa1b3aaf7e
--- a/src/hotspot/share/runtime/safepoint.hpp	Wed Nov 14 09:19:31 2018 +0100
+++ b/src/hotspot/share/runtime/safepoint.hpp	Wed Nov 14 04:56:43 2018 -0500
@@ -178,10 +178,6 @@
 
   static address safepoint_counter_addr()                  { return (address)&_safepoint_counter; }
 
-  // This method is only used for -Xconcurrentio support.
-  static void set_defer_thr_suspend_loop_count() {
-    _defer_thr_suspend_loop_count = 1;
-  }
 };
 
 // Some helper assert macros for safepoint checks.