On Wed, 21 Oct 2020 14:06:22 GMT, Richard Reingruber <rr...@openjdk.org> wrote:
>> Robbin Ehn has updated the pull request with a new target base due to a >> merge or a rebase. The pull request now contains seven commits: >> >> - Fixed merge miss >> - Merge branch 'master' into >> 8223312-Utilize-handshakes-instead-of-is_thread_fully_suspended >> - Merge fix from Richard >> - Merge branch 'master' into >> 8223312-Utilize-handshakes-instead-of-is_thread_fully_suspended >> - Removed TraceSuspendDebugBits >> - Removed unused method is_ext_suspend_completed_with_lock >> - Utilize handshakes instead of is_thread_fully_suspended > > 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 :) ------------- PR: https://git.openjdk.java.net/jdk/pull/729