On Wed, 31 Mar 2021 06:22:34 GMT, David Holmes <dhol...@openjdk.org> wrote:
>> src/hotspot/share/runtime/os.cpp line 874: >> >>> 872: >>> 873: void os::start_thread(Thread* thread) { >>> 874: if (thread->is_Java_thread()) { >> >> Then and else blocks seem to do the very same things. > > Agreed - no need to distinguish between thread types here. Fixed ------------- PR: https://git.openjdk.java.net/jdk/pull/3191