src/hotspot/share/runtime/thread.hpp
changeset 52341 2b58b8e1d28f
parent 52302 912b79d983d9
child 52431 b0af758a092c
--- a/src/hotspot/share/runtime/thread.hpp	Wed Oct 31 09:09:23 2018 +0100
+++ b/src/hotspot/share/runtime/thread.hpp	Wed Oct 31 08:09:45 2018 +0100
@@ -1271,10 +1271,6 @@
     return _handshake.has_operation();
   }
 
-  void cancel_handshake() {
-    _handshake.cancel(this);
-  }
-
   void handshake_process_by_self() {
     _handshake.process_by_self(this);
   }