< prev index next >

src/hotspot/share/runtime/thread.hpp

Print this page
rev 57080 : [mq]: 8234742-v2

@@ -1327,12 +1327,12 @@
 
   void handshake_process_by_self() {
     _handshake.process_by_self(this);
   }
 
-  void handshake_process_by_vmthread() {
-    _handshake.process_by_vmthread(this);
+  bool handshake_process_by_vmthread() {
+    return _handshake.process_by_vmthread(this);
   }
 
   // Suspend/resume support for JavaThread
  private:
   inline void set_ext_suspended();
< prev index next >