On Wed, 13 Apr 2022 15:18:15 GMT, Thomas Stuefe <stu...@openjdk.org> wrote:
>> Johannes Bechberger has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Check for Thread::current_or_null_safe and other stuff > > src/hotspot/share/prims/forte.cpp line 674: > >> 672: os::ThreadCrashProtection crash_protection; >> 673: if (!crash_protection.call(cb)) { >> 674: if (trace->num_frames < -10 || trace->num_frames >= 0) { > > Where does this -10 come from? it is the lowest error code ------------- PR: https://git.openjdk.java.net/jdk/pull/8225