RFR: 8238761: Asynchronous handshakes [v5]

Robbin Ehn rehn at openjdk.java.net
Wed Sep 23 08:57:13 UTC 2020


On Wed, 23 Sep 2020 02:41:37 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 51:
> 
>> 49:   virtual ~HandshakeClosure() {}
>> 50:   const char* name() const    { return _name; }
>> 51:   virtual bool is_asynch()    { return false; };
> 
> I thought "asynch" has already been renamed to drop the 'h' everywhere?

Missed this one, fixing!

-------------

PR: https://git.openjdk.java.net/jdk/pull/151


More information about the hotspot-runtime-dev mailing list