RFR: 8238761: Asynchronous handshakes [v5]

Robbin Ehn rehn at openjdk.java.net
Wed Sep 23 09:20:31 UTC 2020


On Wed, 23 Sep 2020 02:54:09 GMT, David Holmes <dholmes at 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


More information about the hotspot-runtime-dev mailing list