-
Bug
-
Resolution: Fixed
-
P4
-
26
-
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.
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