RFR: 8324683: Unify AttachListener code for Posix platforms [v4]
David Holmes
dholmes at openjdk.org
Wed Apr 24 10:17:35 UTC 2024
On Tue, 23 Apr 2024 10:04:45 GMT, Magnus Ihse Bursie <ihse at openjdk.org> wrote:
> The problem with "posix" is that it sounds like the code there should be POSIX compliant. But this is not the case, nor is it even something we should to strive for.
For hotspot this is mostly POSIX compliant functionality that can be shared across all POSIX compliant platforms. That is the way we have evolved it. It is far from perfect and we do compromise to allow sharing of the code.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/18283#issuecomment-2074604117
More information about the hotspot-runtime-dev
mailing list