This part seems to change the value for the include_jni_attaching_threads arg from true to false:

- ThreadsListEnumerator tle(Thread::current(), true);
+ ThreadsListEnumerator tle(Thread::current(), true, false, JvmtiExport::should_show_compiler_threads()); dl

Reply via email to