Remove dead code in os::create_thread() on Linux/BSD

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 16
    • Affects Version/s: 16
    • Component/s: hotspot
    • None
    • b18

      Followings are dead code in os::create_thread() on Linux and BSD, the leftovers of JDK-8078513.

      ...
        // Aborted due to thread limit being reached
        if (state == ZOMBIE) {
          thread->set_osthread(NULL);
          delete osthread;
          return false;
        }
      ..

            Assignee:
            Zhengyu Gu
            Reporter:
            Zhengyu Gu
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: