RFR(m): 8221734: Deoptimize with handshakes

dean.long at oracle.com dean.long at oracle.com
Wed May 8 06:59:23 UTC 2019


On 5/3/19 3:31 AM, Robbin Ehn wrote:
> Dean can you please cast an extra eye on:
> http://cr.openjdk.java.net/~rehn/8221734/v2/inc/webrev/src/hotspot/share/oops/method.cpp.sdiff.html 
>
> This OR should be correct. 

Looks good.

I also noticed that nmethod::make_unloaded calling unlink_code is still 
doing an extra

|| method->from_compiled_entry() == compare->verified_entry_point()


that wasn't there before.  However, this seems like an improvement that 
could be fixing a latent bug.

dl
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/attachments/20190507/4094d38f/attachment-0001.html>


More information about the hotspot-compiler-dev mailing list