On Wed, 21 Oct 2020 14:02:59 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/prims/jvmtiEnvBase.hpp line 310: > >> 308: >> GrowableArray<jvmtiMonitorStackDepthInfo*> *owned_monitors_list); >> 309: static jvmtiError check_top_frame(Thread* current_thread, JavaThread* >> java_thread, >> 310: jvalue value, TosState tos, Handle* >> ret_ob_h); > > Maybe fix indentation? Fixed ------------- PR: https://git.openjdk.java.net/jdk/pull/729