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

LIBPTHREAD dependency is not needed for some jdk libs

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 26
    • 26
    • infrastructure
    • None
    • master
    • 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.

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

              Created:
              Updated:
              Resolved: