< prev index next >

src/hotspot/share/runtime/handshake.hpp

Print this page
rev 50557 : [mq]: 8204166

@@ -52,11 +52,10 @@
 // or the JavaThread itself.
 class HandshakeState {
   HandshakeOperation* volatile _operation;
 
   Semaphore _semaphore;
-  bool _vmthread_holds_semaphore;
   bool _thread_in_process_handshake;
 
   bool claim_handshake_for_vmthread();
   bool vmthread_can_process_handshake(JavaThread* target);
 
< prev index next >