< prev index next >

src/hotspot/share/runtime/thread.hpp

Print this page
rev 52283 : [mq]: 8212933

*** 1264,1277 **** bool has_handshake() const { return _handshake.has_operation(); } - void cancel_handshake() { - _handshake.cancel(this); - } - void handshake_process_by_self() { _handshake.process_by_self(this); } void handshake_process_by_vmthread() { --- 1264,1273 ----
< prev index next >