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

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

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 16
    • 16
    • 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;
        }
      ..

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

              Created:
              Updated:
              Resolved: