On Mon, 19 Apr 2021 04:34:00 GMT, David Holmes <dhol...@openjdk.org> wrote:
>> Robbin Ehn has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Fixed nits > > src/hotspot/share/runtime/handshake.hpp line 134: > >> 132: // Since the handshakee is unsafe if _lock gets locked after this >> check >> 133: // we know another thread cannot process any handshakes. >> 134: // Now we can check queue if there is anything we should process. > > // Now we can check the queue to see if there is anything we should process. Fixed ------------- PR: https://git.openjdk.java.net/jdk/pull/3191