Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8305936

JavaThread::create_system_thread_object has unused is_visible argument

XMLWordPrintable

    • 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().

            dholmes David Holmes
            kbarrett Kim Barrett
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: