--- old/src/hotspot/share/runtime/handshake.hpp 2017-10-19 14:28:14.671035007 +0200 +++ new/src/hotspot/share/runtime/handshake.hpp 2017-10-19 14:28:14.430027166 +0200 @@ -48,7 +48,7 @@ // The HandshakeState keep tracks of an ongoing handshake for one JavaThread. // VM thread and JavaThread are serialized with the semaphore making sure // the operation is only done by either VM thread on behalf of the JavaThread -// or the JavaThread it self. +// or the JavaThread itself. class HandshakeState VALUE_OBJ_CLASS_SPEC { HandshakeOperation* volatile _operation;