LIBPTHREAD dependency is not needed for some jdk libs

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 26
    • Affects Version/s: 26
    • Component/s: infrastructure
    • None
    • b17
    • generic
    • linux

      A couple of JDK native libs link to $(LIBPTHREAD) but the dependency is not needed.

      libsctp has no pthread* calls so most likely we can omit $(LIBPTHREAD).
      libawt_xawt just uses pthread_self() ; so on Linux it links without adding $(LIBPTHREAD); however it might still be better to link $(LIBPTHREAD) in this special case.

            Assignee:
            Matthias Baesken
            Reporter:
            Matthias Baesken
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: