RFR(s): 8218145: block_if_requested is not proper inlined due to size

Robbin Ehn robbin.ehn at oracle.com
Fri Feb 1 16:54:20 UTC 2019


> 
> Seems like block_if_requested_slow could be simplified. Unconditionally
> do the global_poll() case first. Then conditionally do the has_handshake()
> case if uses_thread_local_poll().
> 

Yes!

/Robbin


More information about the hotspot-runtime-dev mailing list