JDK 21 |
---|
21 b19Fixed |
Relates :
|
JavaThread::create_system_thread_object has an is_visible argument, which is supposed to control whether the thread is visible to external suspension. However, JDK-8284161 eliminated the use of that argument. The functionality of whether the thread is externally visible is provided by the virtual function Thread::is_hidden_from_external_view().
|