On Wed, 23 Sep 2020 02:41:37 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 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