On Wed, 23 Sep 2020 02:54:09 GMT, David Holmes <dhol...@openjdk.org> wrote:
>> Robbin Ehn has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Update after Coleen > > src/hotspot/share/runtime/handshake.hpp line 96: > >> 94: return !_queue.is_empty(); >> 95: } >> 96: bool block_for_operation() { > > should_block_for_operation() ? Though looking at the loop that uses this the > name doesn't seem right as we are not > blocking but processing the operation. ?? Fixed ------------- PR: https://git.openjdk.java.net/jdk/pull/151