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

UserHandler contains ancient LinuxThreads code

    XMLWordPrintable

Details

    • Enhancement
    • Status: Resolved
    • P4
    • Resolution: Fixed
    • 14
    • 14
    • hotspot
    • b08

    Description


          // 4511530 - sem_post is serialized and handled by the manager thread. When
          // the program is interrupted by Ctrl-C, SIGINT is sent to every thread. We
          // don't want to flood the manager thread with sem_post requests.
          if (sig == SIGINT && Atomic::add(1, &sigint_count) > 1)
            return;

      This is referring to how the ancient LinuxThreads implementation worked. It is irrelevant with NPTL threading and should never have been copied into the code for the other OS.

      Attachments

        Issue Links

          Activity

            People

              dholmes David Holmes
              dholmes David Holmes
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: