On Wed, 21 Oct 2020 17:45:20 GMT, Daniel D. Daugherty <dcu...@openjdk.org> 
wrote:

> I'm going to assume that my confusion about why there
> is code from @reinrich's EscapeBarrier work here is
> because of the merging of conflicts...

That's correct. #119 got integrated and this pr needs to resolve a few 
locations because it moves code that has EscapeBarriers into handshakes. EBs 
cannot be executed in a handshake as they can safepoint doing heap allocations 
so they are moved before the handshake.

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

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

Reply via email to