On Wed, 23 Feb 2022 21:59:35 GMT, Johannes Bechberger <d...@openjdk.java.net> wrote:
>> Fixes the mentioned bug by replacing the check in AsyncGetCallTrace using >> the newly introduced method `JavaThread::thread_from_jni_environment`. > > Johannes Bechberger has updated the pull request incrementally with one > additional commit since the last revision: > > Remove old code LGTM. src/hotspot/share/prims/forte.cpp line 565: > 563: JNIEXPORT > 564: void AsyncGetCallTrace(ASGCT_CallTrace *trace, jint depth, void* > ucontext) { > 565: Feel free to remove the extra newline. ------------- Marked as reviewed by mdoerr (Reviewer). PR: https://git.openjdk.java.net/jdk/pull/7559