On Wed, 21 Oct 2020 14:20:21 GMT, Richard Reingruber <[email protected]> wrote:
>> src/hotspot/share/runtime/deoptimization.cpp line 1771:
>>
>>> 1769: Deoptimization::deoptimize_frame_internal(thread, id, reason);
>>> 1770: } else {
>>> 1771: VM_DeoptimizeFrame deopt(thread, id, reason);
>>
>> I guess VM_DeoptimizeFrame can be replaced with a handshake too now.
>
> Not in this pr of course :)
I think so.
-------------
PR: https://git.openjdk.java.net/jdk/pull/729
