< prev index next >

src/hotspot/share/runtime/vmThread.hpp

Print this page
rev 54213 : [mq]: 8220774-handshakealot-v3

@@ -121,11 +121,11 @@
   static PerfCounter* _perf_accumulated_vm_operation_time;
   static uint64_t _coalesced_count;
 
   static VMOperationTimeoutTask* _timeout_task;
 
-  static VM_Operation* no_op_safepoint(bool check_time);
+  static VM_Operation* no_op_safepoint();
 
   void evaluate_operation(VM_Operation* op);
 
  public:
   // Constructor
< prev index next >