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

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

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Fixed
    • P4
    • 16
    • 16
    • hotspot
    • None
    • b18

    Description

      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;
        }
      ..

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: