-
Bug
-
Resolution: Fixed
-
P4
-
21
-
b19
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().
However,
The functionality of whether the thread is externally visible is provided by the virtual function Thread::is_hidden_from_external_view().
- relates to
-
JDK-8284161 Implementation of Virtual Threads (Preview)
-
- Resolved
-