-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
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.
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.
- links to
-
Commit(master)
openjdk/jdk/0a64358a
-
Review(master)
openjdk/jdk/27426