< prev index next >

src/hotspot/share/runtime/thread.hpp

Print this page
rev 57126 : [mq]: 8234796-v2
rev 57127 : imported patch 8234742-v2
rev 57128 : [mq]: 8234742-v3

@@ -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_try_process_by_vmThread() {
+    return _handshake.try_process_by_vmThread(this);
   }
 
   // Suspend/resume support for JavaThread
  private:
   inline void set_ext_suspended();
< prev index next >