src/hotspot/share/runtime/thread.hpp
changeset 52341 2b58b8e1d28f
parent 52302 912b79d983d9
child 52431 b0af758a092c
equal deleted inserted replaced
52340:adb107c71a12 52341:2b58b8e1d28f
  1269 
  1269 
  1270   bool has_handshake() const {
  1270   bool has_handshake() const {
  1271     return _handshake.has_operation();
  1271     return _handshake.has_operation();
  1272   }
  1272   }
  1273 
  1273 
  1274   void cancel_handshake() {
       
  1275     _handshake.cancel(this);
       
  1276   }
       
  1277 
       
  1278   void handshake_process_by_self() {
  1274   void handshake_process_by_self() {
  1279     _handshake.process_by_self(this);
  1275     _handshake.process_by_self(this);
  1280   }
  1276   }
  1281 
  1277 
  1282   void handshake_process_by_vmthread() {
  1278   void handshake_process_by_vmthread() {