The various forms of attachListener_<os>.cpp share a lot of common code; they all do basically the same, opening IPC sockets and reading commands from then to be fed to the (os agnostic) AttachListenerThread.
There may be a lot of potential for unification, especially since the removal of Solaris. Check, unify if possible.
There may be a lot of potential for unification, especially since the removal of Solaris. Check, unify if possible.
- relates to
-
JDK-8330569 Rename Nix to Posix in platform-dependent attachListener code
- Resolved